diff options
author | 2009-03-07 02:12:00 +0000 | |
---|---|---|
committer | 2009-03-07 02:12:00 +0000 | |
commit | cfd24250f912e7d0d2a7af9790ce4dd2047fce18 (patch) | |
tree | cf296af244d55438dd899fb7ec1f7abc1acd8533 /sbin/disklabel/editor.c | |
parent | Make sure pd2 has a pointer to the icmp header in the payload; fixes (diff) | |
download | wireguard-openbsd-cfd24250f912e7d0d2a7af9790ce4dd2047fce18.tar.xz wireguard-openbsd-cfd24250f912e7d0d2a7af9790ce4dd2047fce18.zip |
"Numer of " -> "Number of ". Typo from r1.1.
Diffstat (limited to 'sbin/disklabel/editor.c')
-rw-r--r-- | sbin/disklabel/editor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index 97a0b3ecf08..0797f57eecd 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.174 2009/01/11 19:44:57 miod Exp $ */ +/* $OpenBSD: editor.c,v 1.175 2009/03/07 02:12:00 krw Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com> @@ -17,7 +17,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: editor.c,v 1.174 2009/01/11 19:44:57 miod Exp $"; +static char rcsid[] = "$OpenBSD: editor.c,v 1.175 2009/03/07 02:12:00 krw Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -1010,7 +1010,7 @@ edit_parms(struct disklabel *lp) /* sectors/track */ for (;;) { ui = getuint(lp, "sectors/track", - "The Numer of sectors per track.", lp->d_nsectors, + "The Number of sectors per track.", lp->d_nsectors, lp->d_nsectors, 0, 0); if (ui == ULLONG_MAX - 1) { fputs("Command aborted\n", stderr); |