summaryrefslogtreecommitdiffstats
path: root/generic/tkTextMark.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-16 15:16:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-16 15:16:01 (GMT)
commitf8e0440984fd76b924ce69b6b049d4333088933b (patch)
treec30a0c129f61143c4de0d30c723a0ae8fb68a0f5 /generic/tkTextMark.c
parented7e89f24411571343e21f08baeb35984a519c30 (diff)
downloadtk-f8e0440984fd76b924ce69b6b049d4333088933b.zip
tk-f8e0440984fd76b924ce69b6b049d4333088933b.tar.gz
tk-f8e0440984fd76b924ce69b6b049d4333088933b.tar.bz2
Fix [82d5a93a46]: 8.6 Documentation/comment typo fixes
Diffstat (limited to 'generic/tkTextMark.c')
-rw-r--r--generic/tkTextMark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTextMark.c b/generic/tkTextMark.c
index f77e6b4..15eb035 100644
--- a/generic/tkTextMark.c
+++ b/generic/tkTextMark.c
@@ -411,10 +411,10 @@ TkTextMarkSegToIndex(
*
* Results:
* The return value is TCL_OK if "name" exists as a mark in the text
- * widget and is located within its -starline/-endline range. In this
+ * widget and is located within its -startline/-endline range. In this
* case *indexPtr is filled in with the next segment who is after the
* mark whose size is non-zero. TCL_ERROR is returned if the mark
- * doesn't exist in the text widget, or if it is out of its -starline/
+ * doesn't exist in the text widget, or if it is out of its -startline/
* -endline range. In this latter case *indexPtr still contains valid
* information, in particular TkTextMarkNameToIndex called with the
* "insert" or "current" mark name may return TCL_ERROR, but *indexPtr