diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-03-25 14:35:59 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-03-25 14:35:59 +0000 |
commit | 16c31db9071d140fcee3c54f86eedf11b67766bd (patch) | |
tree | 070e89372c6c4558b28d7cb1ccfc6346532d643f /sbin/disklabel | |
parent | a48499d79004ef87ba1b40b37b59d92a7ba04ef2 (diff) |
s/parititon/partition/ in error message
Diffstat (limited to 'sbin/disklabel')
-rw-r--r-- | sbin/disklabel/editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index 57d4856e439..7f644aaacd5 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.228 2010/03/23 14:59:30 otto Exp $ */ +/* $OpenBSD: editor.c,v 1.229 2010/03/25 14:35:58 sthen Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com> @@ -720,7 +720,7 @@ editor_resize(struct disklabel *lp, char *p) sz = DL_GETPSIZE(pp); if (sz == 0) { - fputs("No such parititon\n", stderr); + fputs("No such partition\n", stderr); return; } if (DL_GETPOFFSET(pp) + sz + secs > ending_sector) { |