# HG changeset patch # User diego # Date 1090972965 0 # Node ID 678af17ca11e2aa50944aed002cce7f717fb147e # Parent 80ddb6bac2191e14d03942074c978eefc008978d typos diff -r 80ddb6bac219 -r 678af17ca11e DOCS/tech/cvs-howto.txt --- a/DOCS/tech/cvs-howto.txt Wed Jul 28 00:02:18 2004 +0000 +++ b/DOCS/tech/cvs-howto.txt Wed Jul 28 00:02:45 2004 +0000 @@ -140,7 +140,7 @@ and if the code maintainers say OK, you may commit. This does not apply to files written and/or maintained by you. -5. We refuse source indentation and other cosmetical changes, such commits will +5. We refuse source indentation and other cosmetic changes, such commits will be rejected and removed. Every developer has his own indentation style, you should not change it. Of course if you (re)write something, you can use your own style... (Many projects force a given indentation style - we don't.) @@ -304,7 +304,7 @@ + That means you have added or removed tabs or spaces on that line. - That qualifies as a cosmetical change and is disallowed. Edit the + That qualifies as a cosmetic change and is disallowed. Edit the file and put back/remove the added/removed tabs/spaces. Rediff the file and make sure the cosmetic changes are fixed.