This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 933b1fb98d6bbfc9f06194f3628a6649c829cd48 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 5 10:22:33 2020 +0100 x2goserver/lib/x2goupdateoptionsstring: fix typo in comment. --- debian/changelog | 1 + x2goserver/bin/x2goupdateoptionsstring | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c7f71624..d2fcf503 100644 --- a/debian/changelog +++ b/debian/changelog @@ -185,6 +185,7 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium treat a missing PID, which can only happen during session startup, as a success. - x2goserver/lib/x2goupdateoptionsstring: simplify a for loop a bit. + - x2goserver/lib/x2goupdateoptionsstring: fix typo in comment. * 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 22d0f34e..510022c9 100755 --- a/x2goserver/bin/x2goupdateoptionsstring +++ b/x2goserver/bin/x2goupdateoptionsstring @@ -220,7 +220,7 @@ sub intermediate_to_string { # We can detect it through counting. my $elements_left = @{$options}; - # Handle entries iteratively, merging then into one string. + # Handle entries iteratively, merging them into one string. foreach my $entry (@{$options}) { --$elements_left; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git