Commit ff5740e0 authored by Ulrich Sibiller's avatar Ulrich Sibiller

spelling fixes

parent f6177d2a
...@@ -365,7 +365,7 @@ typedef struct _AgentOptions ...@@ -365,7 +365,7 @@ typedef struct _AgentOptions
int DeferLevel; int DeferLevel;
/* /*
* Maxuimum elapsed time before a new full * Maximum elapsed time before a new full
* synchronization. * synchronization.
*/ */
......
...@@ -389,7 +389,7 @@ char tmpname[PATH_MAX]; ...@@ -389,7 +389,7 @@ char tmpname[PATH_MAX];
#ifdef __sun #ifdef __sun
if (Pclose(out) != 0) if (Pclose(out) != 0)
{ {
ErrorF("Warning: Spurious failure reported in Pclose() runnning 'xkbcomp'.\n"); ErrorF("Warning: Spurious failure reported in Pclose() running 'xkbcomp'.\n");
} }
if (1) if (1)
#else #else
......
...@@ -180,7 +180,7 @@ def show_yes_no_suspend_box(title, text): ...@@ -180,7 +180,7 @@ def show_yes_no_suspend_box(title, text):
@param title: Message box title @param title: Message box title
@type text: str @type text: str
@param text: Message box text @param text: Message box text
@return: Choosen action @return: Chosen action
""" """
dlg = Gtk.MessageDialog(type=Gtk.MessageType.QUESTION, dlg = Gtk.MessageDialog(type=Gtk.MessageType.QUESTION,
...@@ -207,7 +207,7 @@ def show_yes_no_box(title, text): ...@@ -207,7 +207,7 @@ def show_yes_no_box(title, text):
@param title: Message box title @param title: Message box title
@type text: str @type text: str
@param text: Message box text @param text: Message box text
@return: Choosen action @return: Chosen action
""" """
dlg = Gtk.MessageDialog(type=Gtk.MessageType.QUESTION, dlg = Gtk.MessageDialog(type=Gtk.MessageType.QUESTION,
...@@ -227,12 +227,12 @@ def show_yes_no_box(title, text): ...@@ -227,12 +227,12 @@ def show_yes_no_box(title, text):
def handle_session_action(agentpid, action): def handle_session_action(agentpid, action):
""" Execute session action choosen by user. """ Execute session action chosen by user.
@type agentpid: int @type agentpid: int
@param agentpid: Nxagent process id as passed by command line @param agentpid: Nxagent process id as passed by command line
@type action: int or None @type action: int or None
@param action: Choosen action @param action: Chosen action
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment