Fix typo in ChangeLog entry.
authorBruno Haible <bruno@clisp.org>
Wed, 14 May 2008 21:05:26 +0000 (23:05 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 14 May 2008 21:05:26 +0000 (23:05 +0200)
ChangeLog

index b3ef40b..666bcc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@
 
 2008-05-14  Jim Meyering  <meyering@redhat.com>
 
-       use dd ifs=$n count=1 ... rather than less-portable head -c$n
+       use dd ibs=$n count=1 ... rather than less-portable head -c$n
        * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
        by Solaris 10's /bin/head or by the one from HP-UX 11.x.
        Reported in http://sourceforge.net/forum/message.php?msg_id=4960334