summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-02-27 04:09:38 +0000
committerBen Laurie <ben@links.org>2013-03-04 14:31:18 +0000
commita32d9eaf077f97a3cefb22669e559d5cc8e1f63a (patch)
tree8fe2c7e4b1d8878206074ca74a907fe0da8b5ff5 /util
parentf953c2d039f81ecbe8dfec86c3c22f204262cd21 (diff)
Spelling.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 162684012d..ad504de0a9 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -811,7 +811,7 @@ printf OUT " #define DATE \"%s\"\n", scalar gmtime();
printf OUT "#endif\n";
close(OUT);
-# Strip of trailing ' '
+# Strip off trailing ' '
foreach (keys %lib_obj) { $lib_obj{$_}=&clean_up_ws($lib_obj{$_}); }
$test=&clean_up_ws($test);
$e_exe=&clean_up_ws($e_exe);