diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-25 23:38:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-26 09:20:18 +0200 |
commit | dbcc169d8c1008d46f62e0a526aa89331471621a (patch) | |
tree | d0945680a37330685fe992a1be8099359b6ed286 /sfx2 | |
parent | 2dbe6a2d57956be392966c363d03f54cb68dd4fa (diff) |
Fix typos
Change-Id: I2ce725f87ee6f8ebcffbac268cc7e7f8850023e5
Reviewed-on: https://gerrit.libreoffice.org/39232
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/qa/python/check_sidebar_registry.py | 4 |
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" |