aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wildcard.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-09-27 17:33:00 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-09-27 17:33:00 -0700
commit71e38dec1178e2294816311719edd21224ed0539 (patch)
tree08dce8313c4044cae9ff6d5df9de1d9d406bc0d1 /src/wildcard.cpp
parent11376ae25bfdc90aa60511597163984e43700c22 (diff)
Fix a typo
Diffstat (limited to 'src/wildcard.cpp')
-rw-r--r--src/wildcard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wildcard.cpp b/src/wildcard.cpp
index 78b38a2d..45d3cb6a 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'/')