[PATCH] cmd: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Fri Sep 14 09:47:32 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 programs/cmd/builtins.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/cmd/builtins.c b/programs/cmd/builtins.c
index e6a9ce3ad09..25b98813ba4 100644
--- a/programs/cmd/builtins.c
+++ b/programs/cmd/builtins.c
@@ -1628,7 +1628,7 @@ static void WCMD_part_execute(CMD_LIST **cmdList, const WCHAR *firstcmd,
           }
           if (curPosition == *cmdList) *cmdList = (*cmdList)->nextcommand;
 
-        /* If we were in an IF statement and we didnt find an else and yet we get back to
+        /* If we were in an IF statement and we didn't find an else and yet we get back to
            the same bracket depth as the IF, then the IF statement is over. This is required
            to handle nested ifs properly                                                     */
         } else if (isIF && (*cmdList)->bracketDepth == myDepth) {
-- 
2.18.0



More information about the wine-devel mailing list