Mon Aug 19 08:20:18 2013: Request 87939 was acted upon.
Transaction: Ticket created by gre...@debian.org
       Queue: Wx
     Subject: [PATCH] Spelling fixes
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: gre...@debian.org
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87939 >


In Debian we are currently applying the attached patch to Wx.
We thought you might be interested in it, too.

Description: Fix man spelling
Author: dod
Reviewed-by: gregor herrmann <gre...@debian.org>
Last-Update: 2013-08-19


Thanks in advance,
gregor herrmann, Debian Perl Group

Description: Fix man spelling
Author: dod
Reviewed-by: gregor herrmann <gre...@debian.org>
Last-Update: 2013-08-19

--- a/Wx.pm
+++ b/Wx.pm
@@ -342,14 +342,14 @@
 
  Wx::DisableAssertHandler();
 
-You may also set en enviroment variable to cause all invocations
+You may also set an environment variable to cause all invocations
 of Wx to call Wx::EnableDefaultAssertHandler().
 
  export WXPERL_OPTIONS=ENABLE_DEFAULT_ASSERT_HANDLER
 
 This may be useful during tests.
 
-The enviroment setting WXPERL_OPTIONS can contain multiple
+The environment setting WXPERL_OPTIONS can contain multiple
 options. Options are checked for using a simple regex match.
 So
 
@@ -386,7 +386,7 @@
 
  $ENV{WXPERL_OPTIONS} = 'NO_MAC_SETFRONTPROCESS';
 
-The enviroment setting WXPERL_OPTIONS can contain multiple
+The environment setting WXPERL_OPTIONS can contain multiple
 options. Options are checked for using a simple regex match.
 So
 

Reply via email to