[X2Go-Commits] [x2goclient] 04/06: src/sshmasterconnection.cpp: typo fix in log message only.

git-admin at x2go.org git-admin at x2go.org
Sun Aug 20 05:49:59 CEST 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 16cc48fd375845a067cbca137a42be7beca4070b
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Aug 20 05:45:00 2017 +0200

    src/sshmasterconnection.cpp: typo fix in log message only.
---
 debian/changelog            | 1 +
 src/sshmasterconnection.cpp | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8ac539a..97141bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -163,6 +163,7 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
       issue.
     - Makefile: add new QMAKE_OPTS variable so that packagers can pass
       additional options to qmake directly.
+    - src/sshmasterconnection.cpp: typo fix in log message only.
   * x2goclient.spec:
     - Respect %{optflags} and pass QMAKE_STRIP=: to fix missing debug info
       issues.
diff --git a/src/sshmasterconnection.cpp b/src/sshmasterconnection.cpp
index 2063ded..dc71111 100644
--- a/src/sshmasterconnection.cpp
+++ b/src/sshmasterconnection.cpp
@@ -1874,7 +1874,7 @@ void SshMasterConnection::addChannelConnection ( SshProcess* creator, QString uu
 
     x2goDebug << "Locking SSH channel connection MUTEX.";
     channelConnectionsMutex.lock();
-    x2goDebug << "Passing new channel conenction object to channelConnections.";
+    x2goDebug << "Passing new channel connection object to channelConnections.";
     channelConnections<<con;
     x2goDebug << "Unlocking SSH channel connection MUTEX.";
     channelConnectionsMutex.unlock();

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list