This patch should address this issue:
diff --git a/lib/File/Which.pm b/lib/File/Which.pm
index 69e336b..327e8b4 100644
--- a/lib/File/Which.pm
+++ b/lib/File/Which.pm
@@ -210,7 +210,7 @@ report of how it went.
File::Spec adds the current directory to the front of PATH if on
Win32, VMS or MacOS. I have no knowledge of those so don't know if the
-current directory is searced first or not. Could someone please tell
+current directory is searched first or not. Could someone please tell
me?
=head1 SUPPORT
diff --git a/script/pwhich b/script/pwhich
index a20dc07..0099337 100644
--- a/script/pwhich
+++ b/script/pwhich
@@ -77,7 +77,7 @@ pwhich - Perl-only `which'
=head1 DESCRIPTION
`pwhich' is a command-line utility program for finding paths to other
-programs based on the user's C<PATH>. It is similar to the usualy Unix
+programs based on the user's C<PATH>. It is similar to the usually Unix
tool `which', and tries to emulate its functionality, but is written
purely in Perl (uses the module C<File::Which>), so is portable.