summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/Glacier2/FilterManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier2/FilterManager.cpp b/cpp/src/Glacier2/FilterManager.cpp
index 6f9d8adf58f..44d0770454f 100755
--- a/cpp/src/Glacier2/FilterManager.cpp
+++ b/cpp/src/Glacier2/FilterManager.cpp
@@ -233,7 +233,7 @@ Glacier2::FilterManager::create(const CommunicatorPtr& communicator, const Objec
PropertiesPtr props = communicator->getProperties();
//
// DEPRECATED PROPERTY: Glacier2.AllowCategories is to be deprecated
- // and superseded by Glacier2.Filter.Categories.Allow.
+ // and superseded by Glacier2.Filter.Categories.Accept.
//
string allow = props->getProperty("Glacier2.AllowCategories");
if(allow.empty())