The message said "ioclt" instead of "ioctl". Signed-off-by: Phillip Susi <psusi@xxxxxxxxxx> --- misc-utils/wipefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/wipefs.c b/misc-utils/wipefs.c index 2c1ea59..ad7caa5 100644 --- a/misc-utils/wipefs.c +++ b/misc-utils/wipefs.c @@ -358,7 +358,7 @@ static void rereadpt(int fd, const char *devname) errno = 0; ioctl(fd, BLKRRPART); - printf(_("%s: calling ioclt to re-read partition table: %m\n"), devname); + printf(_("%s: calling ioctl to re-read partition table: %m\n"), devname); #endif } -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html