diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-03 10:07:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-03 10:07:22 (GMT) |
commit | d962821b84a7745d3cc1a45c6e58e7192d2b764f (patch) | |
tree | 20194a027c73878cbd1a191d7b46c8578066bc02 /win/tkWinInt.h | |
parent | c25ca6bc6c3d9e8d6360891bea3008d99aa6eda7 (diff) | |
download | tk-d962821b84a7745d3cc1a45c6e58e7192d2b764f.zip tk-d962821b84a7745d3cc1a45c6e58e7192d2b764f.tar.gz tk-d962821b84a7745d3cc1a45c6e58e7192d2b764f.tar.bz2 |
Typo's and unnecessary end-of-line spacing
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r-- | win/tkWinInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |