changeset 12904:678af17ca11e

typos
author diego
date Wed, 28 Jul 2004 00:02:45 +0000
parents 80ddb6bac219
children 55f9092a1e19
files DOCS/tech/cvs-howto.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.