From 75a8e726e9308e4fd6788b58a340a1c9495645a7 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 25 Aug 2015 20:02:53 +0300 Subject: Fix trivial typos --- disk-utils/fdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/fdisk.c') diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c index 6b20685ba..c924d26b6 100644 --- a/disk-utils/fdisk.c +++ b/disk-utils/fdisk.c @@ -723,7 +723,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out) fputs(USAGE_OPTIONS, out); fputs(_(" -b, --sector-size physical and logical sector size\n"), out); - fputs(_(" -B, --protect-boot don't erase bootbits when creat a new label\n"), out); + fputs(_(" -B, --protect-boot don't erase bootbits when create a new label\n"), out); fputs(_(" -c, --compatibility[=] mode is 'dos' or 'nondos' (default)\n"), out); fputs(_(" -L, --color[=] colorize output (auto, always or never)\n"), out); fprintf(out, -- cgit v1.2.3-55-g7522