From 4ad43858e68d7e5d89d064af3f031ffc360ebea2 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Mon, 22 Jan 2007 10:31:52 +0000 Subject: [PATCH] Fixed typo --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7b6d77e0..d4ca62f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-22 James Youngman + + * lib/regeprops.c (describe_regex_syntax): fixed a typo in the text + 2007-01-16 James Youngman (ctime_format): format the time manually (rather than using ctime) @@ -25,6 +29,8 @@ 2007-01-13 James Youngman + * lib/regexprops.c (describe_regex_syntax): fixed typo + * xargs/xargs.c (read_line): Fixed Savannah bug# 18714; VT and FF are not separators, according to POSIX (in the POSIX locale).