[X2Go-Commits] [nx-libs] 14/219: spelling fixes

git-admin at x2go.org git-admin at x2go.org
Sat Sep 28 12:10:12 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit ff5740e039c05e04952496fe67385187daa53222
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Mon Apr 29 22:02:24 2019 +0200

    spelling fixes
---
 nx-X11/programs/Xserver/hw/nxagent/Options.h | 2 +-
 nx-X11/programs/Xserver/xkb/ddxLoad.c        | 2 +-
 nxdialog/bin/nxdialog                        | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Options.h b/nx-X11/programs/Xserver/hw/nxagent/Options.h
index 8e898bd77..b5394ee01 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Options.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Options.h
@@ -365,7 +365,7 @@ typedef struct _AgentOptions
   int DeferLevel;
 
   /*
-   * Maxuimum elapsed time before a new full
+   * Maximum elapsed time before a new full
    * synchronization.
    */
 
diff --git a/nx-X11/programs/Xserver/xkb/ddxLoad.c b/nx-X11/programs/Xserver/xkb/ddxLoad.c
index d63512846..b770ba026 100644
--- a/nx-X11/programs/Xserver/xkb/ddxLoad.c
+++ b/nx-X11/programs/Xserver/xkb/ddxLoad.c
@@ -389,7 +389,7 @@ char tmpname[PATH_MAX];
 #ifdef __sun
         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)
 #else
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
 
     """
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list