[PATCH] user32: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Thu Dec 12 17:13:44 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 b407b518117..2ff5b2f9099 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;
-- 
2.20.1



More information about the wine-devel mailing list