1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

getpart.pm: Fix a comment typo

This commit is contained in:
Fabian Keil 2014-06-15 17:21:14 +02:00 committed by Dan Fandrich
parent c56aa6f121
commit 5828e886e6

View File

@ -239,7 +239,7 @@ sub writearray {
} }
# #
# Load a specified file an return it as an array # Load a specified file and return it as an array
# #
sub loadarray { sub loadarray {
my ($filename)=@_; my ($filename)=@_;