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

This commit is contained in:
wiz 2004-11-18 12:00:18 +00:00
parent 33c4eac6f2
commit 7913b43af5

View File

@ -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 * Mach Operating System
@ -35,7 +35,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #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 */ #endif /* not lint */
#define MBRPTYPENAMES #define MBRPTYPENAMES
@ -496,7 +496,7 @@ print_s0(int which)
} }
if (!sh_flag) { if (!sh_flag) {
if (ext.is_corrupt) if (ext.is_corrupt)
printf("Extended partition table is currupt\n"); printf("Extended partition table is corrupt\n");
else else
if (ext.num_ptn != 0) if (ext.num_ptn != 0)
printf("Extended partition table:\n"); printf("Extended partition table:\n");