Gerald Pfeifer : gphoto2.ds: Fix a typo in a #warning, and slight rewording . Fix grammaro in comment.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 15 07:34:27 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 3394472da810b98e2f3858656fb480e016fd8513
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=3394472da810b98e2f3858656fb480e016fd8513

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Sun May 14 11:38:52 2006 +0200

gphoto2.ds: Fix a typo in a #warning, and slight rewording.  Fix grammaro in comment.

---

 dlls/gphoto2.ds/gphoto2_i.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/gphoto2.ds/gphoto2_i.h b/dlls/gphoto2.ds/gphoto2_i.h
index 6851833..ef1f34c 100644
--- a/dlls/gphoto2.ds/gphoto2_i.h
+++ b/dlls/gphoto2.ds/gphoto2_i.h
@@ -25,12 +25,12 @@ # error You must include config.h first
 #endif
 
 #if !defined(HAVE_JPEGLIB_H)
-# warning "ghoto2 in twain needs jpeg development headers"
+# warning "gphoto2 support in twain needs jpeg development headers"
 # undef HAVE_GPHOTO2
 #endif
 
 #ifdef HAVE_GPHOTO2
-/* Hack for gphoto2, who changes behaviour when WIN32 is set. */
+/* Hack for gphoto2, which changes behaviour when WIN32 is set. */
 #undef WIN32
 #include <gphoto2/gphoto2-camera.h>
 #define WIN32




More information about the wine-cvs mailing list