[Po4a-commits] po4a/lib/Locale/Po4a TransTractor.pm,1.65,1.66

Martin Quinson po4a-devel@lists.alioth.debian.org
Wed, 25 May 2005 17:05:08 +0000


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

Modified Files:
	TransTractor.pm 
Log Message:
Documentation improvements [Francois Gouget]

Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- TransTractor.pm	9 Apr 2005 10:02:01 -0000	1.65
+++ TransTractor.pm	25 May 2005 17:05:05 -0000	1.66
@@ -113,8 +113,8 @@
 
 =head1 SYNOPSIS
 
-The following example parses a list of paragraphs beginning with "<p>". For sake
-of simplicity, we assume that the document is well formatted, ie that '<p>'
+The following example parses a list of paragraphs beginning with "<p>". For the sake
+of simplicity, we assume that the document is well formatted, i.e. that '<p>'
 tags are the only tags present, and that this tag is at the very beginning
 of each paragraph.
 
@@ -152,7 +152,7 @@
            # Reinit the loop
            ($line,$lref)=$self->shiftline();
        }
-       # Did not got a defined line? End of input file.
+       # Did not get a defined line? End of input file.
        return;
    }
  } 
@@ -233,7 +233,7 @@
 
 =item addendum (@)
 
-list of filenames where we should read the addenda from.
+List of filenames where we should read the addenda from.
 
 =item addendum_charset ($)
 
@@ -992,9 +992,9 @@
 
 =over 2
 
-=item - 
+=item -
 
-take an hash as po_in_name (a list per language)
+take a hash as po_in_name (a list per language)
 
 =item -