[X2Go-Commits] [libx2goclient] 01/44: src/x2goclient-openssh-version.c: typo fix in error string.
git-admin at x2go.org
git-admin at x2go.org
Fri Sep 18 01:55:37 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 3fe03cac2487ca631c41574bbf30de29fc1106a2
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Jul 29 10:44:59 2020 +0200
src/x2goclient-openssh-version.c: typo fix in error string.
---
src/x2goclient-openssh-version.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/x2goclient-openssh-version.c b/src/x2goclient-openssh-version.c
index f169428..2525bcd 100644
--- a/src/x2goclient-openssh-version.c
+++ b/src/x2goclient-openssh-version.c
@@ -618,7 +618,7 @@ X2GoClientOpenSSHVersion* x2goclient_openssh_version_fetch_openssh_version (GErr
ssh_proc_comm_cancel = NULL;
}
else {
- g_propagate_prefixed_error (gerr, ssh_err, "OpenSSH vesion fetching process didn't execute/start successfully! Error: ");
+ g_propagate_prefixed_error (gerr, ssh_err, "OpenSSH version fetching process didn't execute/start successfully! Error: ");
}
g_clear_error (&ssh_err);
--
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