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

x2go pushed a commit to branch master
in repository x2goserver.

commit d45745ee42740b4ceb64d951d60de2ded09995c2
Author: Mihai Moldovan <io...@ionic.de>
Date:   Sun Nov 8 03:43:17 2020 +0100

    X2Go/Server/Agent/NX/Options.pm: grammar/typo fix in comment and improve a 
different comment.
---
 X2Go/Server/Agent/NX/Options.pm | 5 +++--
 debian/changelog                | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/X2Go/Server/Agent/NX/Options.pm b/X2Go/Server/Agent/NX/Options.pm
index 952adfa3..3982e1cf 100644
--- a/X2Go/Server/Agent/NX/Options.pm
+++ b/X2Go/Server/Agent/NX/Options.pm
@@ -300,7 +300,7 @@ sub intermediate_to_string {
 }
 
 # Helper function that checks for errors in options passed as filter
-# parameters (which, in turn, are the parameter this function expects).
+# parameters (which, in turn, are the parameters this function expects).
 #
 # Returns true if all checks passed, false otherwise.
 sub sanitize_input_filter {
@@ -482,7 +482,8 @@ sub filter_option_modify {
       my $new_opt = { };
 
       # Don't add empty options as an empty string key with undef value; even
-      # though that's technically legit we want to represent this situation by
+      # though that's technically legit, we want to reserve this notation for
+      # the last display number element and rather represent this situation by
       # an empty hash.
       if (!(($needle_key) || (defined ($needle_value)))) {
         print {*STDERR} "Empty option addition/modification requested, this is 
deprecated. Adding empty hash.\n";
diff --git a/debian/changelog b/debian/changelog
index 98722c55..07dde87f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -236,6 +236,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium
       silence others.
     - x2goserver/lib/x2goupdateoptionsstring: fix some Perl Critic warnings
       and silence others.
+    - X2Go/Server/Agent/NX/Options.pm: grammar/typo fix in comment and improve
+      a different comment.
   * debian/control:
     + Build-depend upon lsb-release for distro version detection.
   * debian/x2goserver.manpages:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goserver.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to