[Po4a-devel][CVS] po4a/lib/Locale/Po4a TransTractor.pm,1.18,1.19

Martin Quinson po4a-devel@lists.alioth.debian.org
Tue, 29 Jun 2004 17:46:08 +0000


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

Modified Files:
	TransTractor.pm 
Log Message:
Fix two typos [Michael Wiedmann]

Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- TransTractor.pm	29 Jun 2004 03:48:29 -0000	1.18
+++ TransTractor.pm	29 Jun 2004 17:46:06 -0000	1.19
@@ -31,7 +31,7 @@
 where they were not expected like documentation.  
 
 This class is the ancestor of all po4a parsers used to parse a document to
-search translatable strings, extract them to a po file and remplace them by
+search translatable strings, extract them to a po file and replace them by
 their translation in the output document. 
 
 More formally, it takes the following arguments as input:
@@ -60,7 +60,7 @@
 =item -
 
 a translated document, with the same structure than the one in input, but
-with all translatable strings remplaced with the translations found in the
+with all translatable strings replaced with the translations found in the
 po file provided in input.
 
 =back