diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CPANPLUS/Shell.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/CPANPLUS/Shell.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/CPANPLUS/Shell.pm b/Master/tlpkg/tlperl/lib/CPANPLUS/Shell.pm index 854d46b16a4..e3eb181c6dc 100644 --- a/Master/tlpkg/tlperl/lib/CPANPLUS/Shell.pm +++ b/Master/tlpkg/tlperl/lib/CPANPLUS/Shell.pm @@ -299,7 +299,7 @@ sub _pager_close { my $self = shift; my $fmt = shift; - ### MUST specify $fmt as a seperate param, and not as part + ### MUST specify $fmt as a separate param, and not as part ### of @_, as it will then miss the $fmt and return the ### number of elements in the list... =/ --kane $self->__print( sprintf( $fmt, @_ ) ); |