ChangeSet ID: 23478 CVSROOT: /opt/cvs-commit Module name: tools Changes by: jnewman@winehq.org 2006/03/08 13:14:55
Modified files: . : csgrep
Log message: Francois Gouget fgouget@free.fr Tiny spelling fix.
Patch: http://cvs.winehq.org/patch.py?id=23478
Old revision New revision Changes Path 1.3 1.4 +1 -1 tools/csgrep
Index: tools/csgrep diff -u -p tools/csgrep:1.3 tools/csgrep:1.4 --- tools/csgrep:1.3 8 Mar 2006 19:14:55 -0000 +++ tools/csgrep 8 Mar 2006 19:14:55 -0000 @@ -57,7 +57,7 @@ guess will be provided (e.g. 95 -> 1995, time portion is missing, it is taken as 00:00:00.
The <match> is either a string, or a regular expression. A regular -expression starts with '~'. For the time being, a string can not +expression starts with '~'. For the time being, a string cannot start with '~'. The regex language is close to Perl 5. For more information, read: http://www.python.org/doc/current/lib/re-syntax.html