[X2Go-Commits] [x2goclient] 02/03: debian/preprocessor.pl: typo fixes only.
git-admin at x2go.org
git-admin at x2go.org
Wed Jun 28 03:36:09 CEST 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit cbc27b8448a4588697b21ac35311fdb70be7508f
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue Jun 27 23:01:48 2023 +0200
debian/preprocessor.pl: typo fixes only.
---
debian/changelog | 1 +
debian/preprocessor.pl | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0e71386..9b7f08e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -149,6 +149,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
whitespace.
- x2gohelper/Makefile.mxe: more quoting.
- Windows: Update PuTTY from 0.73 to 0.78.
+ - debian/preprocessor.pl: typo fixes only.
* debian/control:
+ Move to debian/control.in.
* debian/control.in:
diff --git a/debian/preprocessor.pl b/debian/preprocessor.pl
index 8c8eb39..7ec162d 100755
--- a/debian/preprocessor.pl
+++ b/debian/preprocessor.pl
@@ -128,7 +128,7 @@ sub trim {
#
# Takes a string as its only parameter.
#
-# Returns the deitected token as an offset/index in the tokens array.
+# Returns the detected token as an offset/index in the tokens array.
#
# On error, returns undef.
sub fetch_token {
@@ -162,7 +162,7 @@ sub fetch_token {
# Takes the (probable) condition as a string, and a boolean value denoting
# whether debugging is requested or not as its parameters.
#
-# Returns a boolean value .
+# Returns a boolean value.
#
# On error, returns undef.
sub parse_condition {
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list