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 --- qadevOOo/runner/util/dbg.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/runner/util/dbg.java b/qadevOOo/runner/util/dbg.java index 6b8f26a4c281..9530746eb6fc 100644 --- a/qadevOOo/runner/util/dbg.java +++ b/qadevOOo/runner/util/dbg.java @@ -192,8 +192,8 @@ public class dbg { if ((attr & PropertyAttribute.READONLY) != 0) out.println("\t-READONLY"); - if ((attr & PropertyAttribute.REMOVEABLE) != 0) - out.println("\t-REMOVEABLE"); + if ((attr & PropertyAttribute.REMOVABLE) != 0) + out.println("\t-REMOVABLE"); if ((attr & PropertyAttribute.TRANSIENT) != 0) out.println("\t-TRANSIENT"); -- cgit v1.2.3