File: fix-man-spelling

package info (click to toggle)
libwx-perl 1%3A0.9928-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,300 kB
  • ctags: 2,322
  • sloc: cpp: 11,044; perl: 8,646; ansic: 710; makefile: 48
file content (35 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download | duplicates (5)
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