summaryrefslogtreecommitdiff
path: root/include/vcl/EnumContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/EnumContext.hxx')
-rw-r--r--include/vcl/EnumContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/EnumContext.hxx b/include/vcl/EnumContext.hxx
index dfdc8e8a8c94..df23520337cb 100644
--- a/include/vcl/EnumContext.hxx
+++ b/include/vcl/EnumContext.hxx
@@ -135,7 +135,7 @@ public:
bool operator == (const EnumContext& rOther);
bool operator != (const EnumContext& rOther);
- /** When two contexts are matched against each other then
+ /** When two contexts are matched against each other, then
application or context name may have the wildcard value 'any'.
In order to prefer matches without wildcards over matches with
wildcards we introduce a integer evaluation for matches.