summaryrefslogtreecommitdiff
path: root/registry/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-05-28 16:13:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-29 10:43:24 +0200
commit4b373ef7f5fecc9a90e0e3cb90f297bc1101afef (patch)
tree5639a885ec06e815c0e4862367116f84595e8479 /registry/tools
parent14e163b0caf97addf340aefc5760a9031ec98390 (diff)
fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II
Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'registry/tools')
-rw-r--r--registry/tools/regcompare.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index 4aac38d4a5c3..d849b2a0ae57 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -344,7 +344,7 @@ static OString getFieldAccess(RTFieldAccess fieldAccess)
{
ret += OString(ret.isEmpty() ? "MAYBEDEFAULT" : ",MAYBEDEFAULT");
}
- if ( (fieldAccess & RT_ACCESS_REMOVEABLE) == RT_ACCESS_REMOVEABLE )
+ if ( (fieldAccess & RT_ACCESS_REMOVABLE) == RT_ACCESS_REMOVABLE )
{
ret += OString(ret.isEmpty() ? "REMOVABLE" : ",REMOVABLE");
}