From 4b373ef7f5fecc9a90e0e3cb90f297bc1101afef Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 28 May 2013 16:13:50 +0200 Subject: fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873 Signed-off-by: Stephan Bergmann --- include/comphelper/propertybag.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') 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 addProperty call. */ -- cgit