Various cleanups I made while going through Erik Hovland's patch submissions,
[oweals/busybox.git] / networking / udhcp / dumpleases.c
index ca5c6059e4aa85cba000af680635e07e423cd1d0..08a22f17d2fa7ac668065eee5fbdef6d20f21f46 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
  Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 #include <fcntl.h>
 #include <string.h>
@@ -30,7 +30,7 @@ static void ATTRIBUTE_NORETURN show_usage(void)
        printf(
 "Usage: dumpleases -f <file> -[r|a]\n\n"
 "  -f, --file=FILENAME             Leases file to load\n"
-"  -r, --remaining                 Interepret lease times as time remaing\n"
+"  -r, --remaining                 Interepret lease times as time remaining\n"
 "  -a, --absolute                  Interepret lease times as expire time\n");
        exit(0);
 }