changeset 10073:0f65e1606f27

Fix typo in ChangeLog entry.
author Bruno Haible <bruno@clisp.org>
date Wed, 14 May 2008 23:05:26 +0200
parents 318ffe3ae81d
children cf0a8e173c39
files ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 14 18:50:53 2008 +0200
+++ b/ChangeLog	Wed May 14 23:05:26 2008 +0200
@@ -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