Small spelling fixes.

Julian Rüger jr98 at gmx.net
Fri Mar 12 07:33:59 CST 2010


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

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






More information about the wine-patches mailing list