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

Michael Stefaniuc mstefani at redhat.de
Sun Jan 10 17:17:36 CST 2010


---
 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;
       }
-- 
1.6.6



More information about the wine-patches mailing list