1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Description: Fix man spelling
Bug: https://rt.cpan.org/Ticket/Display.html?id=87939
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=87939
Author: dod
Reviewed-by: gregor herrmann <gregoa@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
|