This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit ba4fef7c205eb823f0e833b83d3a6e2ef1453896 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Nov 23 05:32:00 2020 +0100 x2goserver/bin/x2goupdateoptionsstring: typo fix in output message only. --- debian/changelog | 1 + x2goserver/bin/x2goupdateoptionsstring | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0682e3f5..2d671f6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -316,6 +316,7 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium - {X2Go/Server/Agent/NX/Options.pm, x2goserver/bin/x2goupdateoptionsstring}: fix/silence a few Perl::Critic warnings. + - x2goserver/bin/x2goupdateoptionsstring: typo fix in output message 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 b248add8..6d7e20bb 100755 --- a/x2goserver/bin/x2goupdateoptionsstring +++ b/x2goserver/bin/x2goupdateoptionsstring @@ -218,7 +218,7 @@ sub handle_mode { my $extract = shift; if (!(defined ($mode))) { - print {*STDERR} "Invalid mode argument passed to mode selecttion helper, erroring out.\n"; + print {*STDERR} "Invalid mode 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