Andrey Gusev : tools/winapi: Fix a typo in comments.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 2 09:52:30 CDT 2016


Module: wine
Branch: master
Commit: fedef6628d7d0ddff1df9fa7d091fd7c144f291a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fedef6628d7d0ddff1df9fa7d091fd7c144f291a

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Sun May  1 11:29:10 2016 +0300

tools/winapi: Fix a typo in comments.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tools/winapi/nativeapi.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/winapi/nativeapi.pm b/tools/winapi/nativeapi.pm
index 78b6ec9..4804486 100644
--- a/tools/winapi/nativeapi.pm
+++ b/tools/winapi/nativeapi.pm
@@ -98,7 +98,7 @@ sub new($) {
 	# remove leading and trailing whitespace
 	s/^\s*(.*?)\s*$/$1/;
 
-	# skip emty lines
+	# skip empty lines
 	if(/^$/) { next; }
 
 	# skip comments
@@ -147,7 +147,7 @@ sub new($) {
 	# remove leading and trailing whitespace
 	s/^\s*(.*?)\s*$/$1/;
 
-	# skip emty lines
+	# skip empty lines
 	if(/^$/) { next; }
 
 	if(/^\#undef\s+(\S+)$/) {




More information about the wine-cvs mailing list