Description: fix spelling issues reported by linian
Author: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74221

--- a/lib/Sort/Key.pm
+++ b/lib/Sort/Key.pm
@@ -116,7 +116,7 @@
 
   @sorted = sort { CALC_KEY($a) cmp CALC_KEY($b) } @data
 
-and where C<CALC_KEY($_)> can be any expresion to extract the key
+and where C<CALC_KEY($_)> can be any expression to extract the key
 value from C<$_> (not only a subroutine call).
 
 For instance, some variations are C<nkeysort> that performs a numeric
@@ -313,7 +313,7 @@
 L<Sort::Key::IPv4>, L<Sort::Key::DateTime> and L<Sort::Key::OID>
 modules add support for additional datatypes to Sort::Key.
 
-L<Sort::Key::External> allows to sort huge lists that do not fit in
+L<Sort::Key::External> allows one to sort huge lists that do not fit in
 the available memory.
 
 Other interesting Perl sorting modules are L<Sort::Maker>,
--- a/lib/Sort/Key/Natural.pm
+++ b/lib/Sort/Key/Natural.pm
@@ -130,7 +130,7 @@
 This module extends the L<Sort::Key> family of modules to support
 natural sorting.
 
-Under natural sorting, strings are splitted at word and number
+Under natural sorting, strings are split at word and number
 boundaries, and the resulting substrings
 are compared as follows:
 
--- a/lib/Sort/Key/Register.pm
+++ b/lib/Sort/Key/Register.pm
@@ -40,7 +40,7 @@
 
 =head1 DESCRIPTION
 
-Sort::Key::Register allows to register new data types with Sort::Key
+Sort::Key::Register allows one to register new data types with Sort::Key
 so that they can be sorted as natively supported ones.
 
 It works as a pragma module and doesn't export any function, all its
