Author: nicholas
Date: Sat Sep  9 06:38:49 2006
New Revision: 14510

Modified:
   trunk/docs/pdds/pdd07_codingstd.pod

Log:
1 grammar fix, 1 typo fix.


Modified: trunk/docs/pdds/pdd07_codingstd.pod
==============================================================================
--- trunk/docs/pdds/pdd07_codingstd.pod (original)
+++ trunk/docs/pdds/pdd07_codingstd.pod Sat Sep  9 06:38:49 2006
@@ -649,7 +649,7 @@
 =item Per-entity comments
 
 Every non-local named entity, be it a function, variable, structure, macro or
-whatever, must have an accompanying comment explaining it's purpose.  This
+whatever, must have an accompanying comment explaining its purpose.  This
 comment must be in the special format described below, in order to allow
 automatic extraction by tools - for example, to generate per API man pages,
 B<perldoc -f> style utilities and so on.
@@ -886,7 +886,7 @@
 
 And remember to document it.
 
-Loosely speaking, Perl tends to optimism for speed rather than space, so you
+Loosely speaking, Perl tends to optimize for speed rather than space, so you
 may want to code for speed first, then tweak to reclaim some space while not
 affecting performance.
 

Reply via email to