Discussion:
Change 34166: Small typo fix
(too old to reply)
Rafael Garcia-Suarez
2008-07-31 08:30:04 UTC
Permalink
Change 34166 by ***@scipion 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.
Paul Johnson
2008-07-31 16:45:10 UTC
Permalink
Post by Rafael Garcia-Suarez
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 - ***@pjcj.net
http://www.pjcj.net
Nicholas Clark
2008-09-03 22:11:12 UTC
Permalink
Post by Paul Johnson
Post by Rafael Garcia-Suarez
==== //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".
Yes, me too. Thanks, applied as change 34258.

Nicholas Clark

Loading...