From: Ben Laurie Date: Wed, 27 Feb 2013 04:09:38 +0000 (+0000) Subject: Spelling. X-Git-Tag: master-post-reformat~1415 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a32d9eaf077f97a3cefb22669e559d5cc8e1f63a;p=oweals%2Fopenssl.git Spelling. --- 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);