summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-03-23 17:00:44 (GMT)
committerfvogel <fvogel@noemail.net>2016-03-23 17:00:44 (GMT)
commit49578248f79343c80efe27fa1509f971d8b3aa54 (patch)
tree33e6e6079f7fb69a3dd9fcbea313a74536696a29
parente109f38c9d7fc1d496e9f87b665d044c64825111 (diff)
downloadtk-49578248f79343c80efe27fa1509f971d8b3aa54.zip
tk-49578248f79343c80efe27fa1509f971d8b3aa54.tar.gz
tk-49578248f79343c80efe27fa1509f971d8b3aa54.tar.bz2
Fixed typo in comment
FossilOrigin-Name: 9beed5e4ad517d45a4b7458748088547a71e0af7
-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, '.');