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
1 changed files with 3 additions and 3 deletions

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
@ -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 @@ print_s0(int which)
}
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");