diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-15 09:16:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-15 09:16:03 (GMT) |
commit | 74b5e64e6a54ac5f6c52b2c374438d0c30365dff (patch) | |
tree | e3dd460b725cccfd3a9ff2863b18b07c758dc475 /macosx | |
parent | 028075331447bd594ef3e131a813992b0e207aca (diff) | |
download | tk-74b5e64e6a54ac5f6c52b2c374438d0c30365dff.zip tk-74b5e64e6a54ac5f6c52b2c374438d0c30365dff.tar.gz tk-74b5e64e6a54ac5f6c52b2c374438d0c30365dff.tar.bz2 |
Fix a few typo's
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXFont.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |