Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fdisk Fix typo in error message, reported by Nicolas Jo...



details:   https://anonhg.NetBSD.org/src/rev/86795f970cbb
branches:  trunk
changeset: 571330:86795f970cbb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Nov 18 12:00:18 2004 +0000

description:
Fix typo in error message, reported by Nicolas Joly in PR 28347.

diffstat:

 sbin/fdisk/fdisk.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0da9a98f8279 -r 86795f970cbb sbin/fdisk/fdisk.c
--- a/sbin/fdisk/fdisk.c        Thu Nov 18 00:11:48 2004 +0000
+++ b/sbin/fdisk/fdisk.c        Thu Nov 18 12:00:18 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fdisk.c,v 1.86 2004/11/15 21:59:23 christos Exp $ */
+/*     $NetBSD: fdisk.c,v 1.87 2004/11/18 12:00:18 wiz Exp $ */
 
 /*
  * Mach Operating System
@@ -35,7 +35,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: fdisk.c,v 1.86 2004/11/15 21:59:23 christos Exp $");
+__RCSID("$NetBSD: fdisk.c,v 1.87 2004/11/18 12:00:18 wiz Exp $");
 #endif /* not lint */
 
 #define MBRPTYPENAMES
@@ -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");



Home | Main Index | Thread Index | Old Index