summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-03-23 17:00:44 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-03-23 17:00:44 (GMT)
commitc5eb851f8387eb5fc52c3ab493c72f3e3d3f5f45 (patch)
tree33e6e6079f7fb69a3dd9fcbea313a74536696a29 /generic
parentd9a6a00d31a183d425194924b689789e608dc7aa (diff)
downloadtk-c5eb851f8387eb5fc52c3ab493c72f3e3d3f5f45.zip
tk-c5eb851f8387eb5fc52c3ab493c72f3e3d3f5f45.tar.gz
tk-c5eb851f8387eb5fc52c3ab493c72f3e3d3f5f45.tar.bz2
Fixed typo in comment
Diffstat (limited to 'generic')
-rw-r--r--generic/tkWindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkWindow.c b/generic/tkWindow.c
index 3797c23..95e431c 100644
--- a/generic/tkWindow.c
+++ b/generic/tkWindow.c
@@ -1178,7 +1178,7 @@ Tk_CreateWindowFromPath(
* space for the copy will have to be malloc'ed); (b) must special-case
* the situation where the parent is "."; (c) the parent's name cannot be
* only 1 character long because it should include both a leading dot and
- * at least one additional characters.
+ * at least one additional character.
*/
p = strrchr(pathName, '.');