ifconfig: typo fixes

This commit is contained in:
Jérôme Duval
2013-10-18 16:43:47 +02:00
parent c8cc2f3e5d
commit 6c30a6bc0c
+2 -2
View File
@@ -815,7 +815,7 @@ configure_interface(const char* name, char* const* args, int32 argCount)
i++;
} else if (!strcmp(args[i], "metric")) {
if (i + 1 >= argCount) {
fprintf(stderr, "%s: Option 'metric' exptected parameter\n",
fprintf(stderr, "%s: Option 'metric' expected parameter\n",
kProgramName);
exit(1);
}
@@ -829,7 +829,7 @@ configure_interface(const char* name, char* const* args, int32 argCount)
exit(1);
}
if (i + 1 >= argCount) {
fprintf(stderr, "%s: Option 'media' exptected parameter\n",
fprintf(stderr, "%s: Option 'media' expected parameter\n",
kProgramName);
exit(1);
}