diff options
author | Fabian Keil <fk@fabiankeil.de> | 2014-06-15 17:21:14 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-07-26 23:01:22 +0200 |
commit | 5828e886e69aba0d10a7a0e2fecfdbb9def4e6bd (patch) | |
tree | d4111ccd694da6d771981ee7d1d05b2eb2e6c01e /tests/getpart.pm | |
parent | c56aa6f1214157e01bd7e0f9e3a7efe8089e6101 (diff) | |
download | curl-5828e886e69aba0d10a7a0e2fecfdbb9def4e6bd.tar.gz |
getpart.pm: Fix a comment typo
Diffstat (limited to 'tests/getpart.pm')
-rw-r--r-- | tests/getpart.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getpart.pm b/tests/getpart.pm index 45488338f..0729cf492 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)=@_; |