r41040 - /trunk/dh-make-perl/lib/Debian/Version.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Jul 30 22:29:59 UTC 2009


Author: ansgar-guest
Date: Thu Jul 30 22:29:53 2009
New Revision: 41040

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41040
Log:
fix two typos

Modified:
    trunk/dh-make-perl/lib/Debian/Version.pm

Modified: trunk/dh-make-perl/lib/Debian/Version.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Version.pm?rev=41040&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Version.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Version.pm Thu Jul 30 22:29:53 2009
@@ -7,7 +7,7 @@
 =head1 DESCRIPTION
 
 One day this package may be a class for encapsulating Debian versions with all
-of their epochs, versions and revisions. For now, thhough, it only provides a
+of their epochs, versions and revisions. For now, though, it only provides a
 single comparison function.
 
 =cut
@@ -24,7 +24,7 @@
 
 =item deb_ver_cmp( $ver1, $ver2 )
 
-Compares teo Debian versions and returns -1, 0 or +1 if the first version is
+Compares the Debian versions and returns -1, 0 or +1 if the first version is
 smaller, equal or bigger than the second.
 
 This function is a short-named wrapper around C<<




More information about the Pkg-perl-cvs-commits mailing list