Fixed the case of "Winelib".
diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS
index 937c306..c379557 100644
--- a/DEVELOPERS-HINTS
+++ b/DEVELOPERS-HINTS
@@ -437,7 +437,7 @@
==================================================
Functions and data which are internal to your code (or at least shouldn't be
-visible to any WineLib or Windows program) should be preceded by
+visible to any Winelib or Windows program) should be preceded by
an identifier to the module:
Examples:
diff --git a/include/dplay.h b/include/dplay.h
index 966c0e1..86b98da 100644
--- a/include/dplay.h
+++ b/include/dplay.h
@@ -1,8 +1,10 @@
#ifndef __WINE_DPLAY_H
#define __WINE_DPLAY_H
-/* FIXME: GCC doesn't yet support annon structures so some of the structures defined here don't match the sdk exactly.
- * I've tried to come up with suitably terse names, but this file won't cut it for inclusion into a WineLib app.
+/* FIXME: GCC doesn't yet support annon structures so some of the structures
+ * defined here don't match the sdk exactly. I've tried to come up with
+ * suitably terse names, but this file won't cut it for inclusion into a
+ * Winelib app.
*/
#include "wine/obj_base.h"
diff --git a/include/dplobby.h b/include/dplobby.h
index dfb2b09..85615b7 100644
--- a/include/dplobby.h
+++ b/include/dplobby.h
@@ -1,8 +1,10 @@
#ifndef __WINE_DPLOBBY_H
#define __WINE_DPLOBBY_H
-/* FIXME: GCC doesn't yet support annon structures so some of the structures defined here don't match the sdk exactly.
- * I've tried to come up with suitably terse names, but this file won't cut it for inclusion into a WineLib app.
+/* FIXME: GCC doesn't yet support annon structures so some of the structures
+ * defined here don't match the sdk exactly. I've tried to come up with
+ * suitably terse names, but this file won't cut it for inclusion into a
+ * Winelib app.
*/
#include "dplay.h"
diff --git a/include/prsht.h b/include/prsht.h
index aceaa72..cf8d209 100644
--- a/include/prsht.h
+++ b/include/prsht.h
@@ -178,7 +178,7 @@
BOOL WINAPI DestroyPropertySheetPage(HPROPSHEETPAGE hPropPage);
/*
- * Property sheet support (UNICODE-WineLib)
+ * Property sheet support (UNICODE-Winelib)
*/
DECL_WINELIB_TYPE_AW(PROPSHEETPAGE)
diff --git a/include/wine/obj_base.h b/include/wine/obj_base.h
index ac915ce..8c91573 100644
--- a/include/wine/obj_base.h
+++ b/include/wine/obj_base.h
@@ -17,12 +17,12 @@
* define the ICOM_USE_COM_INTERFACE_ATTRIBUTE macro below. This may also
* require the addition of the -vtable-thunks option for g++.
*
- * If you aren't interested in WineLib C++ compatability at all, leave both
+ * If you aren't interested in Winelib C++ compatibility at all, leave both
* options off.
*
* The preferable method for using ICOM_USE_COM_INTERFACE_ATTRIBUTE macro
- * would be to define it only for your WineLib application. This allows you
- * to have both binary and WineLib compatibility for C and C++ at the same
+ * would be to define it only for your Winelib application. This allows you
+ * to have both binary and Winelib compatibility for C and C++ at the same
* time :)
*/
/* #define ICOM_MSVTABLE_COMPAT 1 */
diff --git a/include/winnls.h b/include/winnls.h
index 5736528..b4307c7 100644
--- a/include/winnls.h
+++ b/include/winnls.h
@@ -185,7 +185,7 @@
/* internal flags for GetDateFormat system */
#define DATE_DATEVARSONLY 0x00000100 /* only date stuff: yMdg */
#define TIME_TIMEVARSONLY 0x00000200 /* only time stuff: hHmst */
-/* use this in a WineLib program if you really want all types */
+/* use this in a Winelib program if you really want all types */
#define LOCALE_TIMEDATEBOTH 0x00000300 /* full set */
/* Tests that we currently implement */