From 58cc34f4d35dc5a8b243b25727f58234ae0dd12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Wed, 18 May 2016 21:46:04 +0200 Subject: [PATCH] winemaker: Fix a couple typos in comments. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Delanoy Signed-off-by: Alexandre Julliard --- tools/winemaker/winemaker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/winemaker/winemaker b/tools/winemaker/winemaker index af2624320d0..d07706100ed 100755 --- a/tools/winemaker/winemaker +++ b/tools/winemaker/winemaker @@ -328,7 +328,7 @@ my $P_PATH=0; ## # This index contains a reference to an array containing the project-wide -# settings. The structure of that arrray is actually identical to that of +# settings. The structure of that array is actually identical to that of # a regular target since it can also contain extra sources. my $P_SETTINGS=1; @@ -767,7 +767,7 @@ sub source_scan_project_file($$$) # Build a DLL $prj_target_type=$TT_DLL; } elsif (/^incremental:[[:alpha:]]+$/) { - # Link Incrmentally + # Link Incrementally } elsif (/^implib:/) { # Name import library } elsif (/^libpath:\"(.*)\"/) {