[tor-commits] [arm/master] Fixed typo.
atagar at torproject.org
atagar at torproject.org
Sat Jun 4 21:12:30 UTC 2011
commit 8b4dc162f75d5129e41f028c7253b7b265c8af76
Author: Kamran Riaz Khan <krkhan at inspirated.com>
Date: Fri May 27 18:00:20 2011 +0500
Fixed typo.
---
src/cli/descriptorPopup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/cli/descriptorPopup.py b/src/cli/descriptorPopup.py
index e73e9fc..f75d7e6 100644
--- a/src/cli/descriptorPopup.py
+++ b/src/cli/descriptorPopup.py
@@ -104,7 +104,7 @@ def showDescriptorPopup(connectionPanel):
"""
# hides the title of the first panel on the page
- contorl = controller.getController()
+ control = controller.getController()
topPanel = control.getDisplayPanels(False)[0]
topPanel.setTitleVisible(False)
topPanel.redraw(True)
More information about the tor-commits
mailing list