summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/qa/python/check_sidebar_registry.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/qa/python/check_sidebar_registry.py b/sfx2/qa/python/check_sidebar_registry.py
index 24713d6f26d4..86f22f4fd44a 100644
--- a/sfx2/qa/python/check_sidebar_registry.py
+++ b/sfx2/qa/python/check_sidebar_registry.py
@@ -37,7 +37,7 @@ class CheckSidebarRegistry(unittest.TestCase):
param.Name = "nodepath"
- # Deck names consitency
+ # Deck names consistency
param.Value = "org.openoffice.Office.UI.Sidebar/Content/DeckList"
@@ -51,7 +51,7 @@ class CheckSidebarRegistry(unittest.TestCase):
print("\nNon-consistent sidebar.xcu Deck registry names", nodeName, node.Id)
result = False
- # panel names consitency
+ # panel names consistency
param.Value = "org.openoffice.Office.UI.Sidebar/Content/PanelList"