r50173 - /trunk/libpar-packer-perl/script/tkpp

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 4 21:08:40 UTC 2010


Author: jawnsy-guest
Date: Mon Jan  4 21:08:34 2010
New Revision: 50173

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50173
Log:
oops, unapply our patch

Modified:
    trunk/libpar-packer-perl/script/tkpp

Modified: trunk/libpar-packer-perl/script/tkpp
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/script/tkpp?rev=50173&op=diff
==============================================================================
--- trunk/libpar-packer-perl/script/tkpp (original)
+++ trunk/libpar-packer-perl/script/tkpp Mon Jan  4 21:08:34 2010
@@ -37,12 +37,12 @@
 =head2 Add modules/files (--add)
 
 Add the specified items into the package, along with their dependencies.
-Multiple items should be separated by a comma (C<,>) or semicolon (C<;>).
+Multiple items should be seperated by a comma (C<,>) or semicolon (C<;>).
 
 =head2 Exclude modules (--exclude)
 
 Exclude the given module from the dependency search path and from
-the package.  Multiple modules should be separated by a comma (C<,>) or
+the package.  Multiple modules should be seperated by a comma (C<,>) or
 semicolon (C<;>).
 
 =head2 Scan dependencies (--compile, --execute, --noscan)
@@ -295,13 +295,13 @@
     $addmoduleentry,
     -balloonposition => "mouse",
     -balloonmsg      =>
-"Adds the specified module(s) into the package, along with its dependencies, separate each module with a comma or semicolon"
+"Adds the specified module(s) into the package, along with its dependencies, seperate each module with a comma or semicolon"
 );
 $frame2balloon->attach(
     $excludemoduleentry,
     -balloonposition => "mouse",
     -balloonmsg      =>
-"Excludes the given module(s) from the dependency search path and from the package, separate each module with a comma or semicolon"
+"Excludes the given module(s) from the dependency search path and from the package, seperate each module with a comma or semicolon"
 );
 
 # make the middle frame with the checkboxes




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