diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-11-04 13:34:14 -0600 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-11-04 13:34:14 -0600 |
commit | 9ba90c245c82b5ff12fd0a9301440c17339fe4c0 (patch) | |
tree | eee9f645ad79ed66b628709bdc2b88360553d082 /SBO-Lib/lib | |
parent | 89e350f22d044f8073670db354832e3043e710e6 (diff) | |
download | sbotools2-9ba90c245c82b5ff12fd0a9301440c17339fe4c0.tar.xz |
comment typo fix: computer -> compute
Diffstat (limited to 'SBO-Lib/lib')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index b1ce1b7..3b1e2a5 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -387,7 +387,7 @@ sub get_filename_from_link ($) { return $filename; } -# for a given file, computer its md5sum +# for a given file, compute its md5sum sub compute_md5sum ($) { -f $_[0] or script_error 'compute_md5sum requires a file argument.'; my $fh = open_read shift; |