Francois Gouget : user32: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Fri Dec 13 15:27:22 CST 2019


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec 13 00:13:44 2019 +0100

user32: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/sysparams.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/sysparams.c b/dlls/user32/sysparams.c
index b407b51811..2ff5b2f909 100644
--- a/dlls/user32/sysparams.c
+++ b/dlls/user32/sysparams.c
@@ -2133,7 +2133,7 @@ BOOL WINAPI SystemParametersInfoW( UINT uiAction, UINT uiParam,
 	/* Tell it "disabled" */
 	if (lpAnimInfo && lpAnimInfo->cbSize == sizeof(ANIMATIONINFO))
         {
-	    lpAnimInfo->iMinAnimate = 0; /* Minimise and restore animation is disabled (nonzero == enabled) */
+	    lpAnimInfo->iMinAnimate = 0; /* Minimize and restore animation is disabled (nonzero == enabled) */
             ret = TRUE;
         }
 	break;




More information about the wine-cvs mailing list