summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2006-11-02 15:18:13 (GMT)
committerdas <das>2006-11-02 15:18:13 (GMT)
commit4f80b1ba7e80bd9856666ac1ac8fd91b64ea598e (patch)
tree211ba1bc4be05cdaac128a6ffae2d27ee782a731 /macosx
parent31baae960bc9fe14197dfe06bb50cc352ad4b0ad (diff)
downloadtk-4f80b1ba7e80bd9856666ac1ac8fd91b64ea598e.zip
tk-4f80b1ba7e80bd9856666ac1ac8fd91b64ea598e.tar.gz
tk-4f80b1ba7e80bd9856666ac1ac8fd91b64ea598e.tar.bz2
comment typo
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXWindowEvent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index 48e3671..1796cf3 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -54,7 +54,7 @@
* software in accordance with the terms specified in this
* license.
*
- * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.17 2006/11/02 12:24:41 das Exp $
+ * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.18 2006/11/02 15:18:13 das Exp $
*/
#include "tkMacOSXInt.h"
@@ -246,7 +246,7 @@ TkMacOSXProcessWindowEvent(
* GenerateUpdateEvent --
*
* Given a Macintosh window update event this function generates
- * all the the Expose XEvents needed by Tk.
+ * all the Expose XEvents needed by Tk.
*
* Results:
* True if event(s) are generated - false otherwise.