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

x2go pushed a commit to branch master
in repository x2goclient.

commit b6acc719a62f09b7d46dfd7024d43c37e5283e7b
Author: Mihai Moldovan <[email protected]>
Date:   Fri Oct 27 12:08:02 2017 +0200

    src/sshmasterconnection.cpp: spelling fix. (Quiting -> Quitting)
---
 debian/changelog            | 1 +
 src/sshmasterconnection.cpp | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f14491f..a627c47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -234,6 +234,7 @@ x2goclient (4.1.1.0-0x2go1) UNRELEASED; urgency=medium
       when regenerating translation files.)
     - res/i18n/x2goclient_*.ts: regenerate translations.
     - res/i18n/x2goclient_fi.ts: various fixups for Finnish translation file.
+    - src/sshmasterconnection.cpp: spelling fix. (Quiting -> Quitting)
   * 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 34ac8a2..d62485a 100644
--- a/src/sshmasterconnection.cpp
+++ b/src/sshmasterconnection.cpp
@@ -1982,7 +1982,7 @@ void SshMasterConnection::channelLoop()
             if (tcpNetworkProxy != NULL)
                 delete tcpNetworkProxy;
 #ifdef DEBUG
-            x2goDebug<<"All channels closed and session disconnected. Quiting 
session loop."<<endl;
+            x2goDebug<<"All channels closed and session disconnected. Quitting 
session loop."<<endl;
 #endif
             quit();
             return;

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to