[X2Go-Commits] [x2goserver] 68/99: x2goserver/bin/x2goupdateoptionsstring: more typo fixes in output messages only.

git-admin at x2go.org git-admin at x2go.org
Mon Dec 28 06:10:49 CET 2020


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

x2go pushed a commit to branch master
in repository x2goserver.

commit 420997423166209087f8b6bfee762647d3ddc42b
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Nov 23 07:43:37 2020 +0100

    x2goserver/bin/x2goupdateoptionsstring: more typo fixes in output messages only.
---
 debian/changelog                       | 2 ++
 x2goserver/bin/x2goupdateoptionsstring | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b161141..d5528dd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -323,6 +323,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium
       code any longer and might actually confuse readers.
     - X2Go/Server/Agent/NX/Options.pm: undef can't be referenced, so
       adjust/fix the comments.
+    - x2goserver/bin/x2goupdateoptionsstring: more typo fixes in output
+      messages only.
   * debian/control:
     + Build-depend upon lsb-release for distro version detection.
   * debian/x2goserver.manpages:
diff --git a/x2goserver/bin/x2goupdateoptionsstring b/x2goserver/bin/x2goupdateoptionsstring
index cb48325c..82577e74 100755
--- a/x2goserver/bin/x2goupdateoptionsstring
+++ b/x2goserver/bin/x2goupdateoptionsstring
@@ -223,12 +223,12 @@ sub handle_mode {
   }
 
   if ((!($error_detected)) && (!(defined ($transform)))) {
-    print {*STDERR} "Invalid transformation argument passed to mode selecttion helper, erroring out.\n";
+    print {*STDERR} "Invalid transformation argument passed to mode selection helper, erroring out.\n";
     $error_detected = 1;
   }
 
   if ((!($error_detected)) && (!(defined ($extract)))) {
-    print {*STDERR} "Invalid extract argument passed to mode selecttion helper, erroring out.\n";
+    print {*STDERR} "Invalid extract argument passed to mode selection helper, erroring out.\n";
     $error_detected = 1;
   }
 

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


More information about the x2go-commits mailing list