diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-01-18 06:51:04 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-01-18 06:51:04 +0000 |
commit | 5219d6c09631999b0b150c24a161822f9ead69c6 (patch) | |
tree | 03ad8b52e63c5edb8d1c006388aa6785d1ad0216 /README.CVS-RULES | |
parent | e6f6749965ee19ecc6002c03aba23eb7c3be87b6 (diff) | |
download | php-git-5219d6c09631999b0b150c24a161822f9ead69c6.tar.gz |
Fix typo
Diffstat (limited to 'README.CVS-RULES')
-rw-r--r-- | README.CVS-RULES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.CVS-RULES b/README.CVS-RULES index c766837a87..efe75688b9 100644 --- a/README.CVS-RULES +++ b/README.CVS-RULES @@ -32,7 +32,7 @@ Having said that, here are the organizational rules: The next few rules are more of a technical nature. - 1. DO NOT TOUCH ChangeLog! It is automagically updated from the commit + 1. DO NOT TOUCH ChangeLog! It is automatically updated from the commit messages every day. Woe be to those who attempt to mess with it. 2. All news updates intended for public viewing, such as new features, @@ -85,7 +85,7 @@ For string.c: # Man, that thing was leaking all over the place! @- Memory leak in trim() function has finally been fixed. (Bob) -The lines above marked with @ will go into NEWS file automagically, and the +The lines above marked with @ will go into NEWS file automatically, and the # lines will be omitted from the ChangeLog. Alternatively, you might want to modify NEWS file directly and not use the @ lines. |