[X2Go-Commits] [libx2goclient] 03/03: src/x2goclient-network-ssh.c: fix comment regarding wait call to subprocess.
git-admin at x2go.org
git-admin at x2go.org
Wed May 13 19:12:05 CEST 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit c2c779f4a73a7da216713b249e1dbd5c094abbf6
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed May 13 17:43:28 2020 +0200
src/x2goclient-network-ssh.c: fix comment regarding wait call to subprocess.
---
src/x2goclient-network-ssh.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index 03f9beb..9a4557f 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -660,7 +660,7 @@ static gboolean x2goclient_network_ssh_kill_subprocesses (X2GoClientNetworkSSH *
/*
* Try to wait for subprocess termination really hard.
* The wait call should only fail if the operation was cancelled, but
- * given that we don't do that (explicitly), it should occur in the
+ * given that we don't do that (explicitly), it should not occur in the
* first place.
*/
g_log (NULL, G_LOG_LEVEL_CRITICAL, "Waiting on master connection subprocess termination was cancelled!\nError: %s\nThis should not have happened. Retrying.", wait_error->message);
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list