]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
getpart.pm: Fix a comment typo
authorFabian Keil <fk@fabiankeil.de>
Sun, 15 Jun 2014 15:21:14 +0000 (17:21 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 26 Jul 2014 21:01:22 +0000 (23:01 +0200)
tests/getpart.pm

index 45488338fbc283e4b6ca89d1f990477ca266a755..0729cf492a9ccc2b3bb05f278e6f6d1a32c65fbb 100644 (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 {
     my ($filename)=@_;