On Thu, Jul 31, 2008 at 01:30:04AM -0700, Rafael Garcia-Suarez wrote:
> Change 34166 by [EMAIL PROTECTED] on 2008/07/31 08:27:40
> 
>       Small typo fix
> 
> Affected files ...
> 
> ... //depot/perl/pod/perlform.pod#14 edit
> 
> Differences ...
> 
> ==== //depot/perl/pod/perlform.pod#14 (text) ====
> Index: perl/pod/perlform.pod
> --- perl/pod/perlform.pod#13~25748~   2005-10-13 04:20:23.000000000 -0700
> +++ perl/pod/perlform.pod     2008-07-31 01:27:40.000000000 -0700
> @@ -64,7 +64,7 @@
>     ^    start of special field
>     <    pad character for left adjustification
>     |    pad character for centering
> -   >    pad character for right adjustificat
> +   >    pad character for right adjustification
>     #    pad character for a right justified numeric field
>     0    instead of first #: pad number with leading zeroes
>     .    decimal point within a numeric field
> End of Patch.


I suspect those should both be "justification" rather than "adjustification".


--- pod/perlform.pod.org        2008-07-31 10:27:57.000000000 +0200
+++ pod/perlform.pod    2008-07-31 18:41:50.000000000 +0200
@@ -62,9 +62,9 @@
   
    @    start of regular field
    ^    start of special field
-   <    pad character for left adjustification
+   <    pad character for left justification
    |    pad character for centering
-   >    pad character for right adjustification
+   >    pad character for right justification
    #    pad character for a right justified numeric field
    0    instead of first #: pad number with leading zeroes
    .    decimal point within a numeric field

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to