summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/propertybag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/propertybag.hxx b/include/comphelper/propertybag.hxx
index 92c0026ba845..1be13092450d 100644
--- a/include/comphelper/propertybag.hxx
+++ b/include/comphelper/propertybag.hxx
@@ -118,7 +118,7 @@ namespace comphelper
@throws UnknownPropertyException
if the bag does not contain a property with the given name
@throws NotRemoveableException
- if the property with the given name is not removeable, as indicated
+ if the property with the given name is not removable, as indicated
by the property attributes used in a previous <code>addProperty</code>
call.
*/