Skip to content

Commit 3131a40

Browse files
chrstphrchvzeserte
authored andcommitted
tkTextMark.c: fix spelling in comment
1 parent c12605e commit 3131a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pTk/mTk/generic/tkTextMark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ MarkFindPrev(interp, textPtr, string)
754754
while (1) {
755755
/*
756756
* segPtr points just past the first possible candidate,
757-
* or at the begining of the line.
757+
* or at the beginning of the line.
758758
*/
759759
for (prevPtr = NULL, seg2Ptr = index.linePtr->segPtr;
760760
seg2Ptr != NULL && seg2Ptr != segPtr;

0 commit comments

Comments
 (0)