diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-09 11:50:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-09 11:50:19 (GMT) |
commit | aff38ee930b8b62b99c03fd79c2fb03f8f27c85f (patch) | |
tree | 77d59773feece114c78cae0e5d0095f3a8c6bdea /unix/tkUnixXId.c | |
parent | f12a8565b7dec286dead34e157892fed3202f352 (diff) | |
parent | b33639f20e412831ed8724517ba70b2cdab6be57 (diff) | |
download | tk-jn_web_colors.zip tk-jn_web_colors.tar.gz tk-jn_web_colors.tar.bz2 |
merge trunkjn_web_colors
Diffstat (limited to 'unix/tkUnixXId.c')
-rw-r--r-- | unix/tkUnixXId.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixXId.c b/unix/tkUnixXId.c index cbc0a5d..819b7aa 100644 --- a/unix/tkUnixXId.c +++ b/unix/tkUnixXId.c @@ -35,7 +35,7 @@ Tk_FreeXId( XID xid) /* Identifier that is no longer in use. */ { /* - * This does nothing, because the XC-MISC extension takes care of + * This does nothing, because the XC-MISC extension takes care of * freeing XIDs for us. It has been a standard X11 extension for * about 15 years as of 2008. Keith Packard and another X.org * developer suggested that we remove the previous code that used: |