Hi,
the following diff output corrects two typos in TransTractor.pm.
Michael
Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.18
diff -u -r1.18 TransTractor.pm
--- TransTractor.pm 29 Jun 2004 03:48:29 -0000 1.18
+++ TransTractor.pm 29 Jun 2004 06:56:35 -0000
@@ -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
--