Subject: bin/28347: fdisk(1) small typo
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: None <njoly@pasteur.fr>
List: netbsd-bugs
Date: 11/18/2004 10:52:02
>Number: 28347
>Category: bin
>Synopsis: fdisk(1) small typo
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Nov 18 10:52:01 +0000 2004
>Originator: Nicolas Joly
>Release: NetBSD 2.99.10
>Organization:
Institut Pasteur
>Environment:
System: NetBSD lanfeust.sis.pasteur.fr 2.99.10 NetBSD 2.99.10 (LANFEUST) #9: Tue Nov 16 11:57:48 CET 2004 njoly@lanfeust.sis.pasteur.fr:/local/src/NetBSD/obj/amd64/sys/arch/amd64/compile/LANFEUST amd64
Architecture: x86_64
Machine: amd64
>Description:
Small typo in fdisk.c : currupt -> corrupt.
>How-To-Repeat:
n/a
>Fix:
Index: sbin/fdisk/fdisk.c
===================================================================
RCS file: /cvsroot/src/sbin/fdisk/fdisk.c,v
retrieving revision 1.86
diff -u -r1.86 fdisk.c
--- sbin/fdisk/fdisk.c 15 Nov 2004 21:59:23 -0000 1.86
+++ sbin/fdisk/fdisk.c 16 Nov 2004 10:56:17 -0000
@@ -496,7 +496,7 @@
}
if (!sh_flag) {
if (ext.is_corrupt)
- printf("Extended partition table is currupt\n");
+ printf("Extended partition table is corrupt\n");
else
if (ext.num_ptn != 0)
printf("Extended partition table:\n");