summaryrefslogtreecommitdiffstats
path: root/generic/tkTextIndex.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-07-08 20:24:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-07-08 20:24:37 (GMT)
commit10a2957a7673270de54a5054fb8c9c31f5845237 (patch)
treedf1e1255c706724d891af43eeaf60ea4b53ff1fc /generic/tkTextIndex.c
parent365059dd56e66d2056e28432b1420bfe676c260b (diff)
downloadtk-10a2957a7673270de54a5054fb8c9c31f5845237.zip
tk-10a2957a7673270de54a5054fb8c9c31f5845237.tar.gz
tk-10a2957a7673270de54a5054fb8c9c31f5845237.tar.bz2
[https://core.tcl-lang.org/tcl/tktview/0439e1e1a3|0439e1e1a3] can't -> cannot in all error-messagescore-bug-0439e1e1a3
Diffstat (limited to 'generic/tkTextIndex.c')
-rw-r--r--generic/tkTextIndex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextIndex.c b/generic/tkTextIndex.c
index 4acad9d..1589397 100644
--- a/generic/tkTextIndex.c
+++ b/generic/tkTextIndex.c
@@ -841,7 +841,7 @@ GetIndex(
tagName = (const char *)Tcl_GetHashKey(&sharedPtr->tagTable, hPtr);
}
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
- "text doesn't contain any characters tagged with \"%s\"",
+ "text does not contain any characters tagged with \"%s\"",
tagName));
Tcl_SetErrorCode(interp, "TK", "LOOKUP", "TEXT_INDEX", tagName,
(char *)NULL);