Fixed typo

This commit is contained in:
James Youngman 2007-01-22 10:31:52 +00:00
parent a4718831e1
commit 4ad43858e6

View File

@ -1,3 +1,7 @@
2007-01-22 James Youngman <jay@gnu.org>
* lib/regeprops.c (describe_regex_syntax): fixed a typo in the text
2007-01-16 James Youngman <jay@gnu.org>
(ctime_format): format the time manually (rather than using ctime)
@ -25,6 +29,8 @@
2007-01-13 James Youngman <jay@gnu.org>
* 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).