[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.192,1.193"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Fri Jan 5 19:26:32 CET 2007
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv4322/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
Fix minor typos in comments.
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- Man.pm 22 Nov 2006 23:51:22 -0000 1.192
+++ Man.pm 5 Jan 2007 18:26:30 -0000 1.193
@@ -1664,7 +1664,7 @@
$self->t($macroarg));
}
-# For macro taking several arguments, having to be translated separatly
+# For macro taking several arguments, having to be translated separately
sub translate_each {
my ($self,$first)= (shift,0);
$self->pushmacro( map { $first++ ?$self->t($_):$_ } @_);
@@ -1678,7 +1678,7 @@
$self->pushmacro(@_);
}
-# For macro whose arguments shouln't be translated
+# For macro whose arguments shouldn't be translated
sub untranslated {
my $self = shift;
$self->pushmacro(@_);
@@ -2127,7 +2127,7 @@
##
#
# Displays and keeps. None of these macro accept a translated argument
-# (they allow to make blocks of text which cannot be breaked by new page)
+# (they allow to make blocks of text which cannot be broken by new page)
$macro{'DS'}=$macro{'LD'}=$macro{'DE'}=\&untranslated;
$macro{'ID'}=$macro{'BD'}=$macro{'CD'}=\&untranslated;
@@ -2150,7 +2150,7 @@
# Change the minimum size of a space between filled words.
$macro{'ss'}=\&untranslated;
-# .ce Center one line horizontaly
+# .ce Center one line horizontally
# .ce N Center N lines
# .ul N Underline N lines (but not the spaces)
# .cu N Underline N lines (even the spaces)
@@ -2199,7 +2199,7 @@
# Define how WORD1, WORD2, etc. are to be hyphenated. The words
# must be given with hyphens at the hyphenation points.
#
-# If the english page needs to specify how a word must be hyphanted, the
+# If the English page needs to specify how a word must be hyphenated, the
# translated page may also have this need.
$macro{'hw'}=\&translate_each;
More information about the Po4a-commits
mailing list