Francois Gouget : user32/tests: Fix a typo in a comment.

Alexandre Julliard julliard at winehq.org
Fri May 28 16:22:28 CDT 2021


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri May 28 17:48:38 2021 +0200

user32/tests: Fix a typo in a comment.

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

---

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

diff --git a/dlls/user32/tests/sysparams.c b/dlls/user32/tests/sysparams.c
index 8fab62c951e..89a524407bf 100644
--- a/dlls/user32/tests/sysparams.c
+++ b/dlls/user32/tests/sysparams.c
@@ -1500,7 +1500,7 @@ static void test_SPI_SETNONCLIENTMETRICS( void )               /*     44 */
     /* SPI_GETNONCLIENTMETRICS returns some "cooked" values. For instance if 
        the caption font height is higher than the CaptionHeight field,
        the latter is adjusted accordingly. To be able to restore these setting
-       accurately be restore the raw values. */
+       accurately we restore the raw values. */
     Ncmorig.iCaptionWidth = metricfromreg( SPI_METRIC_REGKEY, SPI_CAPTIONWIDTH_VALNAME, real_dpi);
     Ncmorig.iCaptionHeight = metricfromreg( SPI_METRIC_REGKEY, SPI_CAPTIONHEIGHT_VALNAME, dpi);
     Ncmorig.iSmCaptionHeight = metricfromreg( SPI_METRIC_REGKEY, SPI_SMCAPTIONHEIGHT_VALNAME, dpi);




More information about the wine-cvs mailing list