about summary refs log tree commit diff
path: root/Src/glob.c
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-09-29 13:36:43 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-09-29 13:36:43 -0700
commita5a6c58ff883edc202bd0103af1e09848c9b8fe7 (patch)
tree9ae52d23dbf1331ed4f0ddebed2f59fc524c7138 /Src/glob.c
parentd07783628e935daab518509db123141ceb535a28 (diff)
downloadzsh-a5a6c58ff883edc202bd0103af1e09848c9b8fe7.tar.gz
zsh-a5a6c58ff883edc202bd0103af1e09848c9b8fe7.tar.xz
zsh-a5a6c58ff883edc202bd0103af1e09848c9b8fe7.zip
unposted: fix typo in comment.
Diffstat (limited to 'Src/glob.c')
-rw-r--r--Src/glob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/glob.c b/Src/glob.c
index 0594f0a82..d9986634a 100644
--- a/Src/glob.c
+++ b/Src/glob.c
@@ -2482,7 +2482,7 @@ get_match_ret(Imatchdata imd, int b, int e)
 	if (imeta(*p))
 	    add++;
 
-    /* Everything now refers to meatfied lengths. */
+    /* Everything now refers to metafied lengths. */
     if (replstr || (fl & SUB_LIST)) {
 	if (fl & SUB_DOSUBST) {
 	    replstr = dupstring(replstr);