public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] Fix typeo in wipefs
  2014-07-21  2:19 [PATCH] Fix typeo in wipefs Phillip Susi
@ 2014-07-22 10:01 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2014-07-22 10:01 UTC (permalink / raw)
  To: Phillip Susi; +Cc: util-linux

On Sun, Jul 20, 2014 at 10:19:33PM -0400, Phillip Susi wrote:
>  misc-utils/wipefs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

 Thanks for your feedback, the problem has been already fixed by patch
 from https://github.com/lanurmi.

    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[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