Andrey Gusev : riched20: Fix a typo in TRACE() message.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 17 11:19:38 CDT 2016


Module: wine
Branch: master
Commit: 33c1a16a18c9ace0079f6569df49f1ecd83e0b63
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=33c1a16a18c9ace0079f6569df49f1ecd83e0b63

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Mon May 16 16:37:05 2016 +0300

riched20: Fix a typo in TRACE() message.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/riched20/caret.c b/dlls/riched20/caret.c
index 4b0bfcf..177f303 100644
--- a/dlls/riched20/caret.c
+++ b/dlls/riched20/caret.c
@@ -389,7 +389,7 @@ BOOL ME_InternalDeleteText(ME_TextEditor *editor, ME_Cursor *start,
          nCharsToDelete is a number of chars to delete from THIS run */
       nChars -= nCharsToDelete;
       shift -= nCharsToDelete;
-      TRACE("Deleting %d (remaning %d) chars at %d in %s (%d)\n",
+      TRACE("Deleting %d (remaining %d) chars at %d in %s (%d)\n",
         nCharsToDelete, nChars, c.nOffset,
         debugstr_run( run ), run->len);
 




More information about the wine-cvs mailing list