Spelling.
authorBen Laurie <ben@links.org>
Wed, 27 Feb 2013 04:09:38 +0000 (04:09 +0000)
committerBen Laurie <ben@links.org>
Mon, 4 Mar 2013 14:31:18 +0000 (14:31 +0000)
util/mk1mf.pl

index 162684012dfab99326620616d4a33cfb1a4c2d8f..ad504de0a9b117df44f90bc27c0cf7cd233d6645 100755 (executable)
@@ -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);