From c5eb851f8387eb5fc52c3ab493c72f3e3d3f5f45 Mon Sep 17 00:00:00 2001 From: fvogel Date: Wed, 23 Mar 2016 17:00:44 +0000 Subject: Fixed typo in comment --- generic/tkWindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, '.'); -- cgit v0.12