aboutsummaryrefslogtreecommitdiffstats
path: root/camel/CODING.STYLE
diff options
context:
space:
mode:
authorMichael Meeks <mmeeks@src.gnome.org>1999-11-26 21:05:15 +0800
committerMichael Meeks <mmeeks@src.gnome.org>1999-11-26 21:05:15 +0800
commitb92f33ed1198949e1275f8b7580fa3e367a47450 (patch)
tree40b4f3c9482e16c8762ee07f0f3cf8b010c18f96 /camel/CODING.STYLE
parenta9efae5d56892a8535196a4aaf4097270b3bc2f5 (diff)
downloadgsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar.gz
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar.bz2
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar.lz
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar.xz
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.tar.zst
gsoc2013-evolution-b92f33ed1198949e1275f8b7580fa3e367a47450.zip
more small typo fixes.
svn path=/trunk/; revision=1438
Diffstat (limited to 'camel/CODING.STYLE')
-rw-r--r--camel/CODING.STYLE12
1 files changed, 6 insertions, 6 deletions
diff --git a/camel/CODING.STYLE b/camel/CODING.STYLE
index df1bf5c874..a236f0060f 100644
--- a/camel/CODING.STYLE
+++ b/camel/CODING.STYLE
@@ -6,12 +6,12 @@ be sure to follow the same coding style as the intial authors.
Please read the file HACKING in gnumeric and follow the
general guidelines explained in it.
-Please take a look at camel source files and try to
-imitate the coding style the best possible. We are perfectly
-aware that this is not the best and unique style, but it
-is absolutely mandatory that Camel is homogeneous.
-If you find the current coding style to have some weaknesses,
-please contact the authors to discuss this matter.
+Please take a look at camel source files and try to exactly
+imitate the coding style. We are perfectly aware that this
+is not the best and unique style, but it is absolutely
+mandatory that Camel is homogeneous. If you find the current
+coding style to have some weaknesses, please contact the
+authors to discuss this matter.
Thanks.