changeset 15389:8c0f49d5e806

* ChangeLog: Fix typo. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Mon, 11 Jul 2011 08:16:12 -0600
parents 511fb0527efd
children 25fd80a52583
files ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
 	regex: avoid compiler warning
 	* lib/regex.c (includes): Include <strings.h>, for use of
 	strcasecmp in regcomp.c.
-	Reported by Jachim Schmitz.
+	Reported by Joachim Schmitz.
 
 2011-07-09  Paul Eggert  <eggert@cs.ucla.edu>