[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.178,1.179"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Wed Aug 16 19:40:50 UTC 2006


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv3014/lib/Locale/Po4a

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


Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- Man.pm	16 Aug 2006 19:25:39 -0000	1.178
+++ Man.pm	16 Aug 2006 19:40:47 -0000	1.179
@@ -1006,7 +1006,7 @@
     return $str unless (defined $str) && length($str);
     return $str if ($str eq "\n");
     # Do not translate the strings that only consist of fonts, spaces and
-    # \&. This is usefull because we introduced \& in shiftline.
+    # \&. This is useful because we introduced \& in shiftline.
     if ($str =~ m/^($FONT_RE|\s|\\&)*$/s) {
         return do_fonts($str, $ref);
     }




More information about the Po4a-commits mailing list