Julian Rüger : windowscodecs: Small spelling fixes.

Alexandre Julliard julliard at winehq.org
Thu Mar 18 11:19:32 CDT 2010


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

Author: Julian Rüger <jr98 at gmx.net>
Date:   Thu Mar 18 12:02:36 2010 +0100

windowscodecs: Small spelling fixes.

---

 dlls/windowscodecs/jpegformat.c |    2 +-
 dlls/windowscodecs/pngformat.c  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/windowscodecs/jpegformat.c b/dlls/windowscodecs/jpegformat.c
index 6f78821..017e604 100644
--- a/dlls/windowscodecs/jpegformat.c
+++ b/dlls/windowscodecs/jpegformat.c
@@ -570,7 +570,7 @@ HRESULT JpegDecoder_CreateInstance(IUnknown *pUnkOuter, REFIID iid, void** ppv)
 
 HRESULT JpegDecoder_CreateInstance(IUnknown *pUnkOuter, REFIID iid, void** ppv)
 {
-    ERR("Trying to load JPEG picture, but JPEG supported not compiled in.\n");
+    ERR("Trying to load JPEG picture, but JPEG support is not compiled in.\n");
     return E_FAIL;
 }
 
diff --git a/dlls/windowscodecs/pngformat.c b/dlls/windowscodecs/pngformat.c
index 22b37b0..5af680e 100644
--- a/dlls/windowscodecs/pngformat.c
+++ b/dlls/windowscodecs/pngformat.c
@@ -1320,13 +1320,13 @@ HRESULT PngEncoder_CreateInstance(IUnknown *pUnkOuter, REFIID iid, void** ppv)
 
 HRESULT PngDecoder_CreateInstance(IUnknown *pUnkOuter, REFIID iid, void** ppv)
 {
-    ERR("Trying to load PNG picture, but PNG supported not compiled in.\n");
+    ERR("Trying to load PNG picture, but PNG support is not compiled in.\n");
     return E_FAIL;
 }
 
 HRESULT PngEncoder_CreateInstance(IUnknown *pUnkOuter, REFIID iid, void** ppv)
 {
-    ERR("Trying to save PNG picture, but PNG supported not compiled in.\n");
+    ERR("Trying to save PNG picture, but PNG support is not compiled in.\n");
     return E_FAIL;
 }
 




More information about the wine-cvs mailing list