summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-06-03 10:07:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-06-03 10:07:22 (GMT)
commitd962821b84a7745d3cc1a45c6e58e7192d2b764f (patch)
tree20194a027c73878cbd1a191d7b46c8578066bc02 /win
parentc25ca6bc6c3d9e8d6360891bea3008d99aa6eda7 (diff)
downloadtk-d962821b84a7745d3cc1a45c6e58e7192d2b764f.zip
tk-d962821b84a7745d3cc1a45c6e58e7192d2b764f.tar.gz
tk-d962821b84a7745d3cc1a45c6e58e7192d2b764f.tar.bz2
Typo's and unnecessary end-of-line spacing
Diffstat (limited to 'win')
-rw-r--r--win/tkWin.h10
-rw-r--r--win/tkWinInt.h4
-rw-r--r--win/tkWinPort.h2
3 files changed, 8 insertions, 8 deletions
diff --git a/win/tkWin.h b/win/tkWin.h
index adb943b..4d278d7 100644
--- a/win/tkWin.h
+++ b/win/tkWin.h
@@ -16,7 +16,7 @@
/*
* We must specify the lower version we intend to support. In particular
* the SystemParametersInfo API doesn't like to receive structures that
- * are larger than it expects which affects the font assignements.
+ * are larger than it expects which affects the font assignments.
*
* WINVER = 0x0500 means Windows 2000 and above
*/
@@ -38,9 +38,9 @@
/*
* The following messages are used to communicate between a Tk toplevel
- * and its container window. A Tk container may not be able to provide
- * service to all of the following requests at the moment. But an embedded
- * Tk window will send out these requests to support external Tk container
+ * and its container window. A Tk container may not be able to provide
+ * service to all of the following requests at the moment. But an embedded
+ * Tk window will send out these requests to support external Tk container
* application.
*/
@@ -61,7 +61,7 @@
/*
* The following are sub-messages (wParam) for TK_INFO. An embedded window may
- * send a TK_INFO message with one of the sub-messages to query a container
+ * send a TK_INFO message with one of the sub-messages to query a container
* for verification and availability
*/
#define TK_CONTAINER_VERIFY 0x01
diff --git a/win/tkWinInt.h b/win/tkWinInt.h
index 580e58f..6a3978f 100644
--- a/win/tkWinInt.h
+++ b/win/tkWinInt.h
@@ -202,8 +202,8 @@ MODULE_SCOPE int TkpWmGetState(TkWindow *winPtr);
/*
* The following functions are not present in old versions of Windows
- * API headers but are used in the Tk source to ensure 64bit
- * compatability.
+ * API headers but are used in the Tk source to ensure 64bit
+ * compatibility.
*/
#ifndef GetClassLongPtr
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index 95cad78..9f5fa9c 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.h
@@ -105,7 +105,7 @@
| ((p)->green & 0xff00) | (((p)->blue << 8) & 0xff0000)) | 0x20000000)
/*
- * These calls implement native bitmaps which are not currently
+ * These calls implement native bitmaps which are not currently
* supported under Windows. The macros eliminate the calls.
*/