aboutsummaryrefslogtreecommitdiff
path: root/nxdialog
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-04-29 22:02:24 +0200
committerUlrich Sibiller <uli42@gmx.de>2019-05-10 19:02:51 +0200
commitff5740e039c05e04952496fe67385187daa53222 (patch)
tree0bf2ffdf21abff9598e47a76c120f6fac5bb7a84 /nxdialog
parentf6177d2adb9540134bf7e760fd7df4599e98a713 (diff)
downloadnx-libs-ff5740e039c05e04952496fe67385187daa53222.tar.gz
nx-libs-ff5740e039c05e04952496fe67385187daa53222.tar.bz2
nx-libs-ff5740e039c05e04952496fe67385187daa53222.zip
spelling fixes
Diffstat (limited to 'nxdialog')
-rwxr-xr-xnxdialog/bin/nxdialog8
1 files changed, 4 insertions, 4 deletions
diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog
index 7cd6467f4..f735dc45f 100755
--- a/nxdialog/bin/nxdialog
+++ b/nxdialog/bin/nxdialog
@@ -180,7 +180,7 @@ def show_yes_no_suspend_box(title, text):
@param title: Message box title
@type text: str
@param text: Message box text
- @return: Choosen action
+ @return: Chosen action
"""
dlg = Gtk.MessageDialog(type=Gtk.MessageType.QUESTION,
@@ -207,7 +207,7 @@ def show_yes_no_box(title, text):
@param title: Message box title
@type text: str
@param text: Message box text
- @return: Choosen action
+ @return: Chosen action
"""
dlg = Gtk.MessageDialog(type=Gtk.MessageType.QUESTION,
@@ -227,12 +227,12 @@ def show_yes_no_box(title, text):
def handle_session_action(agentpid, action):
- """ Execute session action choosen by user.
+ """ Execute session action chosen by user.
@type agentpid: int
@param agentpid: Nxagent process id as passed by command line
@type action: int or None
- @param action: Choosen action
+ @param action: Chosen action
"""