[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.193,1.194"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Wed Feb 14 22:56:57 CET 2007


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv23489/lib/Locale/Po4a

Modified Files:
	Man.pm 
Log Message:
Fix minor typos.


Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- Man.pm	5 Jan 2007 18:26:30 -0000	1.193
+++ Man.pm	14 Feb 2007 21:56:55 -0000	1.194
@@ -1005,7 +1005,7 @@
         $t1 =~ s/ +$//s;
         $t2 =~ s/\n/ /gs;
         if ($mdoc_mode) {
-            # restore the punctuaction inside the line (see pre_trans)
+            # restore the punctuation inside the line (see pre_trans)
             if ($t3 =~ s/^([.,;:\)\]]+)//s) {
                 my $punctuation = $1;
                 $punctuation =~ s/([.,;:\)\]])/$1 /;
@@ -1586,7 +1586,7 @@
             $str =~ s/($FONT_RE)($FONT_RE)/$2/s;
         }
 
-        # when there are two concecutive switches to the regular font,
+        # when there are two consecutive switches to the regular font,
         # remove the last one.
         while ($str =~ /^(.*)\\f$regular_font # anything followed by a
                                               # regular font




More information about the Po4a-commits mailing list