File: wording.patch

package info (click to toggle)
libtcl-perl 1.02%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 308 kB
  • ctags: 49
  • sloc: perl: 647; sh: 54; tcl: 15; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: improve wording in POD
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=96303
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=96303
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-06-07

--- a/Tcl.pm
+++ b/Tcl.pm
@@ -122,7 +122,7 @@
 2.  All references to scalars will be substituted with names of Tcl variables
 transformed appropriately.
 
-These first two items allows to write and expect it to work properly such
+These first two items allows one to write and expect it to work properly such
 code as:
 
   my $r = 'aaaa';