Michael Stefaniuc : Grammar fixes "is doesn't" => "doesn't".

Alexandre Julliard julliard at winehq.org
Mon Jan 11 15:59:35 CST 2010


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon Jan 11 00:17:36 2010 +0100

Grammar fixes "is doesn't" => "doesn't".

---

 dlls/msgsm32.acm/msgsm32.c |    2 +-
 dlls/riched20/editor.c     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msgsm32.acm/msgsm32.c b/dlls/msgsm32.acm/msgsm32.c
index ad86bc1..e760ac3 100644
--- a/dlls/msgsm32.acm/msgsm32.c
+++ b/dlls/msgsm32.acm/msgsm32.c
@@ -381,7 +381,7 @@ static	LRESULT	GSM_StreamOpen(PACMDRVSTREAMINSTANCE adsi)
         return MMSYSERR_NOMEM;
     if (pgsm_option(r, GSM_OPT_WAV49, &used) < 0)
     {
-        FIXME("Your libgsm library is doesn't support GSM_OPT_WAV49\n");
+        FIXME("Your libgsm library doesn't support GSM_OPT_WAV49\n");
         FIXME("Please recompile libgsm with WAV49 support\n");
         pgsm_destroy(r);
         return MMSYSERR_NOTSUPPORTED;
diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c
index af6bf69..7a11647 100644
--- a/dlls/riched20/editor.c
+++ b/dlls/riched20/editor.c
@@ -3276,7 +3276,7 @@ LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
     if (bRtf) {
       ME_StreamInRTFString(editor, bSelection, (char *)lParam);
       if (bSelection) {
-        /* FIXME: The length returned is doesn't include the rtf control
+        /* FIXME: The length returned doesn't include the rtf control
          * characters, only the actual text. */
         len = lParam ? strlen((char *)lParam) : 0;
       }




More information about the wine-cvs mailing list