aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-15 18:16:47 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-15 18:16:47 -0700
commit833abc27cc8653d92c4d275c042f35ced0ea3f94 (patch)
tree98b6af707453a688e6c4dbb258eca2f219ddfbf7 /common.h
parent3d5a3f03fa160edd0423ab6e8e93ba43c56b97a8 (diff)
Make wildcards beginning with dots not match . and ..
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 3413d69c..313ffba7 100644
--- a/common.h
+++ b/common.h
@@ -175,7 +175,7 @@ extern const wchar_t *program_name;
#define N_(wstr) wstr
/**
- Check if the specified stringelement is a part of the specified string list
+ Check if the specified string element is a part of the specified string list
*/
#define contains( str,... ) contains_internal( str, __VA_ARGS__, NULL )