summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authordyoung <dyoung@NetBSD.org>2003-12-11 05:11:50 +0000
committerdyoung <dyoung@NetBSD.org>2003-12-11 05:11:50 +0000
commitf28870d8acb9c72ba7677ad4fa87760f45256fea (patch)
tree30b8fa98a028f00c9d586def2193446ee3b01606 /sbin
parentca1e0d5980862affc789ae0da2e78306731f823c (diff)
fix spelling, s/extented/extended/
Diffstat (limited to 'sbin')
-rw-r--r--sbin/disklabel/disklabel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c
index 06e838a91bc..0e425ed7eb2 100644
--- a/sbin/disklabel/disklabel.c
+++ b/sbin/disklabel/disklabel.c
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.c,v 1.122 2003/11/15 17:52:30 bouyer Exp $ */
+/* $NetBSD: disklabel.c,v 1.123 2003/12/11 05:11:50 dyoung Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993\n\
static char sccsid[] = "@(#)disklabel.c 8.4 (Berkeley) 5/4/95";
/* from static char sccsid[] = "@(#)disklabel.c 1.2 (Symmetric) 11/28/85"; */
#else
-__RCSID("$NetBSD: disklabel.c,v 1.122 2003/11/15 17:52:30 bouyer Exp $");
+__RCSID("$NetBSD: disklabel.c,v 1.123 2003/12/11 05:11:50 dyoung Exp $");
#endif
#endif /* not lint */
@@ -703,7 +703,7 @@ readmbr(int f)
/* No more extended partitions */
break;
if (next_ext <= this_ext) {
- warnx("Invalid extented chain %x <= %x",
+ warnx("Invalid extended chain %x <= %x",
next_ext, this_ext);
break;
}