Sun Jan 03 21:09:32 2010: Request 53329 was acted upon.
Transaction: Ticket created by JAWNSY
       Queue: PAR-Packer
     Subject: Spelling errors in tkpp
   Broken in: 1.002
    Severity: Unimportant
       Owner: Nobody
  Requestors: jaw...@cpan.org
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=53329 >


Hi:

I discovered a spelling mistake in the POD for this package (seperated -> 
separated). We've patched it for the Debian package; you may want to apply 
these changes in your version control. Note we neither need nor are we asking 
for another release, as I think that would put undue burden on the CPAN mirrors 
for such a tiny issue.

Note this affects the documentation as well as some of the message output.

--- a/script/tkpp
+++ b/script/tkpp
@@ -37,12 +37,12 @@
 =head2 Add modules/files (--add)
 
 Add the specified items into the package, along with their dependencies.
-Multiple items should be seperated by a comma (C<,>) or semicolon (C<;>).
+Multiple items should be separated 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 seperated by a comma (C<,>) or
+the package.  Multiple modules should be separated 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, 
seperate each module with a comma or semicolon"
+"Adds the specified module(s) into the package, along with its dependencies, 
separate 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, seperate each module with a comma or semicolon"
+"Excludes the given module(s) from the dependency search path and from the 
package, separate each module with a comma or semicolon"
 );
 
 # make the middle frame with the checkboxes

Reply via email to