summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-11 07:39:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-11 07:39:02 (GMT)
commit429a4171cb6436a84c7923dcac6ef6fe3460ce20 (patch)
tree022cb40236b73c52c77cb797eb57db6e550d52a6 /generic/tclFileName.c
parent0733f232745ac3cc9a3bd4913bd5ffb8b58378a5 (diff)
downloadtcl-429a4171cb6436a84c7923dcac6ef6fe3460ce20.zip
tcl-429a4171cb6436a84c7923dcac6ef6fe3460ce20.tar.gz
tcl-429a4171cb6436a84c7923dcac6ef6fe3460ce20.tar.bz2
occurance -> occurrence.
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r--generic/tclFileName.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c
index 7afcdaf..8fb9f4d 100644
--- a/generic/tclFileName.c
+++ b/generic/tclFileName.c
@@ -2058,7 +2058,7 @@ TclGlob(
* SkipToChar --
*
* This function traverses a glob pattern looking for the next unquoted
- * occurance of the specified character at the same braces nesting level.
+ * occurrence of the specified character at the same braces nesting level.
*
* Results:
* Updates stringPtr to point to the matching character, or to the end of