tools/winapi: Fix a typo in comments

Andrey Gusev andrey.goosev at gmail.com
Sun May 1 03:54:56 CDT 2016


-------------- next part --------------
From 9b08c3bb67644c73b13c26219300a23a7a4bacf5 Mon Sep 17 00:00:00 2001
Message-Id: <9b08c3bb67644c73b13c26219300a23a7a4bacf5.1462091572.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sun, 1 May 2016 11:29:10 +0300
Subject: [PATCH] tools/winapi: Fix a typo in comments

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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+)$/) {
-- 
2.5.5



More information about the wine-patches mailing list