From 71e38dec1178e2294816311719edd21224ed0539 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 27 Sep 2015 17:33:00 -0700 Subject: [PATCH] Fix a typo --- src/wildcard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wildcard.cpp b/src/wildcard.cpp index 78b38a2d6..45d3cb6a3 100644 --- a/src/wildcard.cpp +++ b/src/wildcard.cpp @@ -1027,7 +1027,7 @@ void wildcard_expander_t::expand(const wcstring &base_dir, const wchar_t *wc) } else { - /* Not the last segment, nonempty wldcard */ + /* Not the last segment, nonempty wildcard */ assert(next_slash != NULL); const wchar_t *wc_remainder = next_slash; while (*wc_remainder == L'/')