* [PATCH] Fix typeo in wipefs
@ 2014-07-21 2:19 Phillip Susi
2014-07-22 10:01 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Phillip Susi @ 2014-07-21 2:19 UTC (permalink / raw)
To: util-linux
The message said "ioclt" instead of "ioctl".
Signed-off-by: Phillip Susi <psusi@ubuntu.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-22 10:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-21 2:19 [PATCH] Fix typeo in wipefs Phillip Susi
2014-07-22 10:01 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox