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
|
Description: fix spelling mistakes and a POD error
Author: Florian Schlichting <fsfs@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) {
|