From 21e1e859a7dc883a0347b6537e2518f4b2e9d0ff Mon Sep 17 00:00:00 2001 From: Kenneth Beck Date: Fri, 1 Mar 2013 23:33:49 -0600 Subject: fdo#60724 change spelling error REMOVEABLE -> REMOVABLE Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann --- configmgr/source/access.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configmgr/source') diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx index c5f7d4be2ea9..3d554bfc4ddd 100644 --- a/configmgr/source/access.cxx +++ b/configmgr/source/access.cxx @@ -2197,7 +2197,7 @@ css::beans::Property Access::asProperty() { css::beans::PropertyAttribute::CONSTRAINED | (nillable ? css::beans::PropertyAttribute::MAYBEVOID : 0) | (getRootAccess()->isUpdate() - ? (removable ? css::beans::PropertyAttribute::REMOVEABLE : 0) + ? (removable ? css::beans::PropertyAttribute::REMOVABLE : 0) : css::beans::PropertyAttribute::READONLY))); //TODO: MAYBEDEFAULT } -- cgit