Fixed typo

This commit is contained in:
James Youngman 2007-01-22 10:34:02 +00:00
parent 4ad43858e6
commit f198887c2e
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2007-01-22 James Youngman <jay@gnu.org>
* lib/regeprops.c (describe_regex_syntax): fixed a typo in the text
* doc/find.texi (Multiple Files): fixed a typo
2007-01-16 James Youngman <jay@gnu.org>

View File

@ -1955,7 +1955,7 @@ where it appears on its own in an argument, GNU @code{find} replaces
@node Multiple Files
@subsection Multiple Files
Sometimes you need to process files one of the time. But usually this
Sometimes you need to process files one at a time. But usually this
is not necessary, and, it is faster to run a command on as many files
as possible at a time, rather than once per file. Doing this saves on
the time it takes to start up the command each time.

View File

@ -306,7 +306,7 @@ describe_regex_syntax(int options)
literal("The character @samp{$} only represents the end of a string when it appears:");
beginenum();
enum_item("At the end of a regular expression");
enum_item("Before an close-group, signified by ");
enum_item("Before a close-group, signified by ");
if (options & RE_NO_BK_PARENS)
{
literal("@samp{)}");