commit | 5127dc9f49d4505d08ceb353467939c0c4f58e04 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Fri Dec 02 16:15:09 2005 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 02 16:15:09 2005 +0100 |
tree | 449ee9c7f7c32878342e517bb0f1e61f58fb0f8d | |
parent | 348a3d912bf3d8c0523bf76566683dfc63ff050b [diff] [blame] |
Assorted spelling fixes.
diff --git a/tools/winapi/winapi_extract b/tools/winapi/winapi_extract index 70b3f5a..040f228 100755 --- a/tools/winapi/winapi_extract +++ b/tools/winapi/winapi_extract
@@ -70,7 +70,7 @@ while($lookahead || defined($_ = <IN>)) { $lookahead = 0; - s/^\s*?(.*?)\s*$/$1/; # remove whitespace at begining and end of line + s/^\s*?(.*?)\s*$/$1/; # remove whitespace at beginning and end of line s/^(.*?)\s*#.*$/$1/; # remove comments /^$/ && next; # skip empty lines