diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-24 09:04:43 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-24 09:04:43 +0200 |
commit | 11b534ab008f9f0ac831d96f0426adf4c3561319 (patch) | |
tree | 07aab99bf9e98ea7a25c175d5df43da673ebdebd /nxcomp/src/ClientChannel.cpp | |
parent | 997f2bbd2d27e154b6e44f9936b2b407a74c8664 (diff) | |
parent | cce9756545ab266ccff7ec363907aa25f4d7c1c7 (diff) | |
download | nx-libs-11b534ab008f9f0ac831d96f0426adf4c3561319.tar.gz nx-libs-11b534ab008f9f0ac831d96f0426adf4c3561319.tar.bz2 nx-libs-11b534ab008f9f0ac831d96f0426adf4c3561319.zip |
Merge branch 'uli42-pr/codespell' into 3.6.x
Attributes GH PR #686: https://github.com/ArcticaProject/nx-libs/pull/686
Diffstat (limited to 'nxcomp/src/ClientChannel.cpp')
-rw-r--r-- | nxcomp/src/ClientChannel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcomp/src/ClientChannel.cpp b/nxcomp/src/ClientChannel.cpp index 1c6354897..f67ee0a34 100644 --- a/nxcomp/src/ClientChannel.cpp +++ b/nxcomp/src/ClientChannel.cpp @@ -3850,7 +3850,7 @@ int ClientChannel::handleWrite(const unsigned char *message, unsigned int length // // Use differential compression at startup and plain // data compression later. Check X_ListFonts message - // for an explaination. + // for an explanation. // MessageStore *messageStore = serverStore_ -> @@ -5974,7 +5974,7 @@ int ClientChannel::handleRestart(T_sequence_mode mode, int resource) // integer number (0-255) referred to as the 'resource' field. // // Before the proxy will be able to report the status of the - // split, the agent will have to close the sequence by issueing + // split, the agent will have to close the sequence by issuing // an end-split. The proxy will then report the result of the // operation, so that the agent will have the option of suspend- // ing the client or marking the drawable as dirty and take |