[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.114,1.115"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Thu Oct 27 00:18:49 UTC 2005


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

Modified Files:
	Man.pm 
Log Message:
Fix a typo the groff_code option argument is 'translate', not
'translated'.


Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- Man.pm	6 Oct 2005 19:28:23 -0000	1.114
+++ Man.pm	27 Oct 2005 00:18:46 -0000	1.115
@@ -441,9 +441,9 @@
     }
 
     if (defined $options{'groff_code'}) {
-        unless ($options{'groff_code'} =~ m/fail|verbatim|translated/) {
+        unless ($options{'groff_code'} =~ m/fail|verbatim|translate/) {
           die wrap_mod("po4a::man", dgettext("po4a",
-               "Invalid 'groff_code' value. Must be one of 'fail', 'verbatim', 'translated'."));
+               "Invalid 'groff_code' value. Must be one of 'fail', 'verbatim', 'translate'."));
         }
         $groff_code = $options{'groff_code'};
     }




More information about the Po4a-commits mailing list