diff options
author | das <das@noemail.net> | 2006-11-02 15:18:12 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-11-02 15:18:12 (GMT) |
commit | 0f50726ae90e37defdb671be200a2d35c9345f36 (patch) | |
tree | 211ba1bc4be05cdaac128a6ffae2d27ee782a731 /macosx | |
parent | df283c38aee33a8990e8305cacb94414adf0e281 (diff) | |
download | tk-0f50726ae90e37defdb671be200a2d35c9345f36.zip tk-0f50726ae90e37defdb671be200a2d35c9345f36.tar.gz tk-0f50726ae90e37defdb671be200a2d35c9345f36.tar.bz2 |
comment typo
FossilOrigin-Name: 00072a7e321d0890287d04e09dbbf4c7ecebbc51
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXWindowEvent.c | 4 |
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. |