Spelling.

This commit is contained in:
Ben Laurie 2013-02-27 04:09:38 +00:00
parent f953c2d039
commit a32d9eaf07

View File

@ -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);