From 8c02399c9ab09eec6c415fb580a604e3e5f0fc25 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sat, 3 Apr 2021 03:55:08 -0600 Subject: [PATCH] spelling --- lib/Alien/Build/MM.pm | 2 +- lib/Alien/Build/Manual/FAQ.pod | 2 +- lib/Alien/Build/Plugin/Extract/ArchiveTar.pm | 2 +- lib/Alien/Build/Temp.pm | 2 +- lib/Test/Alien.pm | 2 +- spellcheck.ini | 9 +++++++++ 6 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 spellcheck.ini diff --git a/lib/Alien/Build/MM.pm b/lib/Alien/Build/MM.pm index 507a72d8..fd54aedc 100644 --- a/lib/Alien/Build/MM.pm +++ b/lib/Alien/Build/MM.pm @@ -358,7 +358,7 @@ sub mm_postamble "_alien/mm/prefix :\n" . "\t\$(FULLPERL) -MAlien::Build::MM=cmd -e prefix \$(INSTALLDIRS) $dirs\n\n"; - # set verson + # set version $postamble .= "alien_version : _alien/mm/version\n\n" . "_alien/mm/version : _alien/mm/prefix\n" . "\t\$(FULLPERL) -MAlien::Build::MM=cmd -e version \$(VERSION)\n\n"; diff --git a/lib/Alien/Build/Manual/FAQ.pod b/lib/Alien/Build/Manual/FAQ.pod index 37f1209d..2059ecc2 100644 --- a/lib/Alien/Build/Manual/FAQ.pod +++ b/lib/Alien/Build/Manual/FAQ.pod @@ -461,7 +461,7 @@ also set the environment variable on just some aliens. =head2 For testing I would like to test both system and share installs! You can use the C environment variable. It will force either a C or -C install depending on how it is set. For travis you can do something like this: +C install depending on how it is set. For Travis-CI you can do something like this: env: matrix: diff --git a/lib/Alien/Build/Plugin/Extract/ArchiveTar.pm b/lib/Alien/Build/Plugin/Extract/ArchiveTar.pm index d71721c7..7fba5c0e 100644 --- a/lib/Alien/Build/Plugin/Extract/ArchiveTar.pm +++ b/lib/Alien/Build/Plugin/Extract/ArchiveTar.pm @@ -122,7 +122,7 @@ sub init sub _can_bz2 { # even when Archive::Tar reports that it supports bz2, I can sometimes get this error: - # 'Cannot read enough bytes from the tarfile', so lets just probe for actual support! + # 'Cannot read enough bytes from the tar file', so lets just probe for actual support! my $dir = Path::Tiny->new(File::Temp::tempdir( CLEANUP => 1 )); eval { local $CWD = $dir; diff --git a/lib/Alien/Build/Temp.pm b/lib/Alien/Build/Temp.pm index 9b91dc86..75b8db48 100644 --- a/lib/Alien/Build/Temp.pm +++ b/lib/Alien/Build/Temp.pm @@ -23,7 +23,7 @@ This class is private to L. # we have to be careful about cleanup. This puts all that # (attempted) carefulness in one place so that when we # later discover it isn't so careful we can fix it in -# one place rather thabn alllll the places that we need +# one place rather than all the places that we need # temp directories. # we also have a speical case for Windows, which often diff --git a/lib/Test/Alien.pm b/lib/Test/Alien.pm index 3aa32d56..36dfdb8c 100644 --- a/lib/Test/Alien.pm +++ b/lib/Test/Alien.pm @@ -107,7 +107,7 @@ be used, via either C or L. It also provides a mechanism for testing binaries that are provided by the various L modules (for example L and L). -L modules can actually be useable without a compiler, or without L +L modules can actually be usable without a compiler, or without L (for example, if the library is provided by the system, and you are using L, or if you are building from source and you are using C), so tests with missing prerequisites are automatically skipped. For example, L will automatically skip diff --git a/spellcheck.ini b/spellcheck.ini new file mode 100644 index 00000000..911be7bb --- /dev/null +++ b/spellcheck.ini @@ -0,0 +1,9 @@ +[Perl] +skip_sections = contributors +skip_sections = author +skip_sections = copyright and license +skip_sections = thanks +[StopWords] +word = unixy +word = umake +word = tar.exe