summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-15 09:16:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-15 09:16:03 (GMT)
commit74b5e64e6a54ac5f6c52b2c374438d0c30365dff (patch)
treee3dd460b725cccfd3a9ff2863b18b07c758dc475
parent028075331447bd594ef3e131a813992b0e207aca (diff)
downloadtk-74b5e64e6a54ac5f6c52b2c374438d0c30365dff.zip
tk-74b5e64e6a54ac5f6c52b2c374438d0c30365dff.tar.gz
tk-74b5e64e6a54ac5f6c52b2c374438d0c30365dff.tar.bz2
Fix a few typo's
-rw-r--r--ChangeLog.20022
-rw-r--r--doc/keysyms.n2
-rw-r--r--macosx/tkMacOSXFont.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.2002 b/ChangeLog.2002
index b523e7d..b27b92b 100644
--- a/ChangeLog.2002
+++ b/ChangeLog.2002
@@ -5218,7 +5218,7 @@
2000-05-31 Eric Melski <ericm@scriptics.com>
* library/bgerror.tcl: Improved bgerror based on work by Donal
- K. Fellows; no longer dependant on tk_dialog; features a
+ K. Fellows; no longer dependent on tk_dialog; features a
Windows-esque "Details" button, and a customizable extra function
button that allows the user to (for example) save the stack trace
to a file.
diff --git a/doc/keysyms.n b/doc/keysyms.n
index 1e14f10..d5822a6 100644
--- a/doc/keysyms.n
+++ b/doc/keysyms.n
@@ -18,7 +18,7 @@ keysyms that will be recognized by Tk. Note that not all keysyms will
be valid on all platforms, and some keysyms are also available on
platforms that have a different native name for that key.
For example, on Unix systems, the presence
-of a particular keysym is dependant on the configuration of the
+of a particular keysym is dependent on the configuration of the
keyboard modifier map. This list shows keysyms along with their
decimal and hexadecimal values.
.PP
diff --git a/macosx/tkMacOSXFont.c b/macosx/tkMacOSXFont.c
index fb71e85..e68b09f 100644
--- a/macosx/tkMacOSXFont.c
+++ b/macosx/tkMacOSXFont.c
@@ -343,7 +343,7 @@ CreateNamedSystemFont(
*
* This procedure is called when an application is created. It
* initializes all the structures that are used by the
- * platform-dependant code on a per application basis.
+ * platform-dependent code on a per application basis.
* Note that this is called before TkpInit() !
*
* Results: