]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
fix typo
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 16 Sep 2008 17:12:57 +0000 (19:12 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 16 Sep 2008 17:12:57 +0000 (19:12 +0200)
reg.c

diff --git a/reg.c b/reg.c
index 69281a0a83fe59c772437a84a085574a3014f8d0..289211790d20b3578141b8a05a84b0b3e3404004 100644 (file)
--- a/reg.c
+++ b/reg.c
@@ -44,7 +44,7 @@ static int handle_reg_set(struct nl_cb *cb,
 
        if (!is_alpha2(argv[0]) && !is_world_regdom(argv[0])) {
                fprintf(stderr, "not a valid ISO/IEC 3166-1 alpha2\n");
-               fprintf(stderr, "Special non-alph2 usable entries:\n");
+               fprintf(stderr, "Special non-alpha2 usable entries:\n");
                fprintf(stderr, "\t00\tWorld Regulatory domain\n");
                return 2;
        }