diff options
author | fvogel <fvogelnew1@free.fr> | 2018-11-09 21:56:05 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-11-09 21:56:05 (GMT) |
commit | edeaa03fec080516ed29f71138581e4310c5ec86 (patch) | |
tree | 408e677703dc41e7aebe9b18701cfdd3e970df12 /macosx/tkMacOSXXStubs.c | |
parent | 9ad9b7c098bd2705da49d71acfb26e0e7816df60 (diff) | |
download | tk-edeaa03fec080516ed29f71138581e4310c5ec86.zip tk-edeaa03fec080516ed29f71138581e4310c5ec86.tar.gz tk-edeaa03fec080516ed29f71138581e4310c5ec86.tar.bz2 |
Fix spelling in comment (GitHub PR #4, chrstphrchvz)
Diffstat (limited to 'macosx/tkMacOSXXStubs.c')
-rw-r--r-- | macosx/tkMacOSXXStubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c index 17cbc46..ee33537 100644 --- a/macosx/tkMacOSXXStubs.c +++ b/macosx/tkMacOSXXStubs.c @@ -3,7 +3,7 @@ * * This file contains most of the X calls called by Tk. Many of these * calls are just stubs and either don't make sense on the Macintosh or - * their implamentation just doesn't do anything. Other calls will + * their implementation just doesn't do anything. Other calls will * eventually be moved into other files. * * Copyright (c) 1995-1997 Sun Microsystems, Inc. |