Author: particle
Date: Fri Nov 17 07:38:13 2006
New Revision: 15628

Modified:
   trunk/docs/pdds/pdd07_codingstd.pod

Log:
[PDD07]: minor spelling fix

Modified: trunk/docs/pdds/pdd07_codingstd.pod
==============================================================================
--- trunk/docs/pdds/pdd07_codingstd.pod (original)
+++ trunk/docs/pdds/pdd07_codingstd.pod Fri Nov 17 07:38:13 2006
@@ -150,10 +150,10 @@
 
 =item *
 
-There should be one space between C keywords and following open parentheses,
+There should be one space between C keywords and following open parenthesis,
 e.g. C<return (x+y)*2>.
 
-There should be no space between function names and following open parentheses,
+There should be no space between function names and following open parenthesis,
 e.g. C<z = foo(x+y)*2>
 
 =item *

Reply via email to