diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2012-07-06 11:57:21 +1200 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2012-07-06 11:57:21 +1200 |
| commit | 28590eda28cb548517e925f7af370df13e6d7103 (patch) | |
| tree | 91162b3fd731725db7477f209bc378edde5ff860 /tests | |
| parent | 46676078ba571824363fd3bad257e990207fdc16 (diff) | |
Apparently 'proc' isn't a real word.
(bzr r2470.5.58)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/autopilot/unity/tests/test_panel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/unity/tests/test_panel.py b/tests/autopilot/unity/tests/test_panel.py index 6460c5a6c..27ca0558c 100644 --- a/tests/autopilot/unity/tests/test_panel.py +++ b/tests/autopilot/unity/tests/test_panel.py @@ -533,7 +533,7 @@ class PanelWindowButtonsTests(PanelTestsBase): # "netbook" means "dash is maximised" dash_maximised = (self.dash.view.form_factor == "netbook") - # this if statement will proc only when we're on very small screens, + # this if statement will trigger only when we're on very small screens, # where it doesn't make sense to have the dash anything other than # maximised. if dash_maximised and not unmaximize.enabled: |
