Module: wine Branch: master Commit: a3f36a045f8e039a9e6c20cf7f54c5a9acd6e8ec URL: http://source.winehq.org/git/wine.git/?a=commit;h=a3f36a045f8e039a9e6c20cf7f...
Author: Francois Gouget fgouget@free.fr Date: Sat Feb 18 11:23:19 2017 +0100
user32/tests: Occasional spelling fixes in comments.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/tests/msg.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index e95d435..0d5aec7 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -985,7 +985,7 @@ static const struct message WmShowPopupExtremeLocationSeq[] = { { WM_NCPAINT, sent|wparam, 1 }, { WM_ERASEBKGND, sent }, { WM_WINDOWPOSCHANGED, sent }, - /* ocasionally received on test machines */ + /* occasionally received on test machines */ { WM_NCPAINT, sent|optional }, { WM_ERASEBKGND, sent|optional }, { 0 } @@ -1018,7 +1018,7 @@ static const struct message WmShowPopupFirstDrawSeq_1[] = { { WM_ERASEBKGND, sent }, { WM_WINDOWPOSCHANGED, sent }, { WM_PAINT, sent }, - /* ocasionally received on test machines */ + /* occasionally received on test machines */ { WM_NCPAINT, sent|beginpaint|optional }, { WM_ERASEBKGND, sent|beginpaint|optional }, { 0 } @@ -1058,7 +1058,7 @@ static const struct message WmShowPopupFirstDrawSeq_2[] = { { WM_MOVE, sent|defwinproc }, { WM_SIZE, sent|defwinproc, 0 }, { WM_PAINT, sent}, - /* ocasionally received on test machines */ + /* occasionally received on test machines */ { WM_NCPAINT, sent|beginpaint|optional }, { WM_ERASEBKGND, sent|beginpaint|optional }, { 0 } @@ -1189,7 +1189,7 @@ static const struct message WmFirstDrawChildSeq1[] = { static const struct message WmFirstDrawChildSeq2[] = { { WM_NCPAINT, sent|wparam, 1 }, { WM_ERASEBKGND, sent }, - /* ocasionally received on test machines */ + /* occasionally received on test machines */ { WM_NCPAINT, sent|optional }, { WM_ERASEBKGND, sent|optional }, { 0 }