[Po4a-commits] po4a/lib/Locale/Po4a TransTractor.pm,1.53,1.54

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Thu, 20 Jan 2005 09:42:08 +0000


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

Modified Files:
	TransTractor.pm 
Log Message:
Fixed a typo (pop -> push)


Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- TransTractor.pm	7 Jan 2005 22:50:52 -0000	1.53
+++ TransTractor.pm	20 Jan 2005 09:42:05 -0000	1.54
@@ -683,7 +683,7 @@
 similar to shift/unshift and push/pop. The first pair is about input, while
 the second is about output. Mnemonic: in input, you are interested in the
 first line, what shift gives, and in output you want to add your result at
-the end, like pop does.
+the end, like push does.
 
 =over 4