From: Fabian Keil Date: Sun, 15 Jun 2014 15:21:14 +0000 (+0200) Subject: getpart.pm: Fix a comment typo X-Git-Tag: curl-7_38_0~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5828e886e69aba0d10a7a0e2fecfdbb9def4e6bd;p=thirdparty%2Fcurl.git getpart.pm: Fix a comment typo --- diff --git a/tests/getpart.pm b/tests/getpart.pm index 45488338fb..0729cf492a 100644 --- a/tests/getpart.pm +++ b/tests/getpart.pm @@ -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 { my ($filename)=@_;