From 5b964d9f8b7660da911edfdfc5bfa4d2403f54de Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 10 Aug 2012 07:04:02 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- unittests/test_lib_agw_customtreectrl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/test_lib_agw_customtreectrl.py b/unittests/test_lib_agw_customtreectrl.py index 9440a577..0df3c32a 100644 --- a/unittests/test_lib_agw_customtreectrl.py +++ b/unittests/test_lib_agw_customtreectrl.py @@ -105,7 +105,7 @@ class lib_agw_customtreectrl_Tests(wtc.WidgetTestCase): tree.DeleteAllItems() self.assertTrue(tree.GetCount() == 0) if sys.platform == 'darwin': - # On Mac the scrollbars and the gropper between them on + # On Mac the scrollbars and the gripper between them on # ScrolledWindows are also wx widgets, so they are in the # children list. self.assertEqual(len(tree.GetChildren()), 3)