[libtcl-perl] 08/10: Add spelling.patch

Florian Schlichting fsfs at moszumanska.debian.org
Sat Apr 23 23:12:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libtcl-perl.

commit b4f0293d825c2a2819fbae52f086bca8b28dc295
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Apr 24 01:09:11 2016 +0200

    Add spelling.patch
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index c355e0c..9c1593c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix_hardening_FTBFS.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..3d27b2a
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,33 @@
+Description: fix spelling mistakes and a POD error
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113946
+
+--- a/Tcl.pm
++++ b/Tcl.pm
+@@ -78,7 +78,7 @@
+ 
+ =item $interp->CreateSlave (NAME, SAFE)
+ 
+-Invoke I<Tcl_CreateSlave> on the interpeter.  Name is arbitrary.
++Invoke I<Tcl_CreateSlave> on the interpreter.  Name is arbitrary.
+ The safe variable, if true, creates a safe sandbox interpreter.
+  See: http://www.tcl.tk/software/plugin/safetcl.html
+       http://www.tcl.tk/man/tcl8.4/TclCmd/safe.htm
+@@ -130,7 +130,7 @@
+ 2.  All references to scalars will be substituted with names of Tcl variables
+ transformed appropriately.
+ 
+-These first two items allows one to write and expect it to work properly such
++These first two items allow one to write and expect it to work properly such
+ code as:
+ 
+   my $r = 'aaaa';
+@@ -388,7 +388,7 @@
+     $DL_PATH = $ENV{PERL_TCL_DL_PATH} || $ENV{PERL_TCL_DLL} || "";
+ }
+ 
+-=ignore
++=for ignore
+ sub Tcl::seek_tkkit {
+     # print STDERR "wohaaa!\n";
+     unless ($DL_PATH) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtcl-perl.git



More information about the Pkg-perl-cvs-commits mailing list