summaryrefslogtreecommitdiff
path: root/src/leap/gui
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@yahoo.com.ar>2013-07-01 16:19:03 -0300
committerIvan Alejandro <ivanalejandro0@yahoo.com.ar>2013-07-01 16:28:20 -0300
commitce9a59e719019d636af790de1b5185b702250fc1 (patch)
tree7c1f0905ba96f31b8717be3f5e5677806accf797 /src/leap/gui
parentbe3f8ebd2e5b2d45f7426624d069bc795e5825ec (diff)
Check if there is no gateway to use.
Fix typo, improve docstrings.
Diffstat (limited to 'src/leap/gui')
-rw-r--r--src/leap/gui/mainwindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py
index 94343292..85c66bc0 100644
--- a/src/leap/gui/mainwindow.py
+++ b/src/leap/gui/mainwindow.py
@@ -1006,7 +1006,7 @@ class MainWindow(QtGui.QMainWindow):
error=True)
self._set_eipstatus_off()
except VPNLauncherException as e:
- self._status_panel.set_gloal_status("%s" % (e,), error=True)
+ self._status_panel.set_global_status("%s" % (e,), error=True)
self._set_eipstatus_off()
else:
self._already_started_eip = True