Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] Fix typos (spelling errors) in install files. #11005

Closed
p5pRT opened this issue Jan 7, 2011 · 4 comments
Closed

[PATCH] Fix typos (spelling errors) in install files. #11005

p5pRT opened this issue Jan 7, 2011 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Jan 7, 2011

Migrated from rt.perl.org#81886 (status was 'resolved')

Searchable as RT81886$

@p5pRT
Copy link
Author

p5pRT commented Jan 7, 2011

From @pjacklam


INSTALL | 2 +-
installhtml | 2 +-
installperl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Inline Patch
diff --git a/INSTALL b/INSTALL
index 01b22e1..cac05ec 100644
--- a/INSTALL
+++ b/INSTALL
@@ -984,7 +984,7 @@ Perl comes with interfaces to number of libraries, including threads,
 dbm, ndbm, gdbm, and Berkeley db.  For the *db* extension, if
 Configure can find the appropriate header files and libraries, it will
 automatically include that extension.  The threading extension needs
-to be specified explicitely (see L<Threads>).
+to be specified explicitly (see L<Threads>).
 
 Those libraries are not distributed with perl. If your header (.h) files
 for those libraries are not in a directory normally searched by your C
diff --git a/installhtml b/installhtml
index b243df7..a495281 100644
--- a/installhtml
+++ b/installhtml
@@ -170,7 +170,7 @@ $pod2html = "pod/pod2html";
 usage("") unless @ARGV;
 
 # Overcome shell's p1,..,p8 limitation.  
-# See vms/descrip_mms.template -> descrip.mms for invokation.
+# See vms/descrip_mms.template -> descrip.mms for invocation.
 if ( $^O eq 'VMS' ) { @ARGV = split(/\s+/,$ARGV[0]); }
 
 use vars qw( %Options );
diff --git a/installperl b/installperl
index d1eafe6..74856aa 100755
--- a/installperl
+++ b/installperl
@@ -165,7 +165,7 @@ foreach my $ext_dir (@ext_dirs) {
 	{
 	    my($path, $modname) = ($1,$2);
 
-	    # Change hypenated name like Filter-Util-Call to nested
+	    # Change hyphenated name like Filter-Util-Call to nested
 	    # directory name Filter/Util/Call
 	    $path =~ s{-}{/}g;
 
-- 
1.7.3.3

@p5pRT
Copy link
Author

p5pRT commented Jan 7, 2011

From @Abigail

On Thu, Jan 06, 2011 at 11​:12​:36PM -0800, Peter J. Acklam via RT wrote​:

# New Ticket Created by (Peter J. Acklam)
# Please include the string​: [perl #81886]
# in the subject line of all future correspondence about this issue.
# <URL​: http​://rt.perl.org/rt3/Ticket/Display.html?id=81886 >

Thanks. Applied as af1e27e.

Abigail

@p5pRT
Copy link
Author

p5pRT commented Jan 7, 2011

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Jan 7, 2011

@iabyn - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant