Module: wine
Branch: master
Commit: 938ab8a633e7395cd0347f5be3aef1c97f5b55b2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=938ab8a633e7395cd0347f5be…
Author: Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Date: Sun Jul 6 11:04:34 2008 -0700
Fix minor comment typos.
---
dlls/oleaut32/varformat.c | 2 +-
dlls/shlwapi/assoc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/oleaut32/varformat.c b/dlls/oleaut32/varformat.c
index 3b35d38..b2175d3 100644
--- a/dlls/oleaut32/varformat.c
+++ b/dlls/oleaut32/varformat.c
@@ -284,7 +284,7 @@ typedef struct tagFMT_DATE_HEADER
#define FMT_STR_COPY_SPACE 0x40 /* Copy len chars with space if no char */
#define FMT_STR_COPY_SKIP 0x41 /* Copy len chars or skip if no char */
/* Wine additions */
-#define FMT_WINE_HOURS_12 0x81 /* Hours using 12 hour clockhourCopy len chars or skip if no char */
+#define FMT_WINE_HOURS_12 0x81 /* Hours using 12 hour clock */
/* Named Formats and their tokenised values */
static const WCHAR szGeneralDate[] = { 'G','e','n','e','r','a','l',' ','D','a','t','e','\0' };
diff --git a/dlls/shlwapi/assoc.c b/dlls/shlwapi/assoc.c
index caac827..e3c3830 100644
--- a/dlls/shlwapi/assoc.c
+++ b/dlls/shlwapi/assoc.c
@@ -503,7 +503,7 @@ static ULONG WINAPI IQueryAssociations_fnRelease(IQueryAssociations *iface)
* PARAMS
* iface [I] IQueryAssociations interface to initialise
* cfFlags [I] ASSOCF_ flags from "shlwapi.h"
- * pszAssoc [I] String for the root key name, or NULL if hkProgid is given
+ * pszAssoc [I] String for the root key name, or NULL if hkeyProgid is given
* hkeyProgid [I] Handle for the root key, or NULL if pszAssoc is given
* hWnd [I] Reserved, must be NULL.
*