]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
util: spelling fix
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 18 Oct 2018 20:23:38 +0000 (13:23 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 18 Oct 2018 20:23:38 +0000 (13:23 -0700)
lib/utils.c

index 7be2d6bec5215ccb3989842081ad9a4ae2f3c6c6..ad27f78cd42243fb21fd653536e0ff954496a998 100644 (file)
@@ -1436,7 +1436,7 @@ int makeargs(char *line, char *argv[], int maxargs)
                                break;
                }
 
-               /* seperate words */
+               /* separate words */
                *cp++ = 0;
        }
        argv[argc] = NULL;