diff options
author | fvogel <fvogelnew1@free.fr> | 2016-03-23 17:00:44 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-03-23 17:00:44 (GMT) |
commit | b988bd249bb16b55c5b27ba7d5461a8889765589 (patch) | |
tree | 33e6e6079f7fb69a3dd9fcbea313a74536696a29 /generic/tkWindow.c | |
parent | 11d9f82d105467f723053d2a228aa4fb4ab7d1b8 (diff) | |
download | tk-b988bd249bb16b55c5b27ba7d5461a8889765589.zip tk-b988bd249bb16b55c5b27ba7d5461a8889765589.tar.gz tk-b988bd249bb16b55c5b27ba7d5461a8889765589.tar.bz2 |
Fixed typo in comment
Diffstat (limited to 'generic/tkWindow.c')
-rw-r--r-- | generic/tkWindow.c | 2 |
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, '.'); |