diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-03-07 02:12:01 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-03-07 02:12:01 +0000 |
commit | e060f29f6a2d3802656a54808012ae15b41966b2 (patch) | |
tree | 35a0c0f07731ad9dfd020163ec425e7b3f4982d8 /sbin/disklabel | |
parent | 410d228cc325ff2151e99654661c9778c277fc8c (diff) |
"Numer of " -> "Number of ". Typo from r1.1.
Diffstat (limited to 'sbin/disklabel')
-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); |