aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Loop.cpp
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-04-10 21:05:29 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-24 09:04:01 +0200
commita32554dbf9ad4b42bbfa007bb5abde14e4a9ceee (patch)
tree8932b94c1983ca76ef2e4fc757d7f5fe67650a37 /nxcomp/src/Loop.cpp
parent997f2bbd2d27e154b6e44f9936b2b407a74c8664 (diff)
downloadnx-libs-a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee.tar.gz
nx-libs-a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee.tar.bz2
nx-libs-a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee.zip
nxcomp: fix spelling errors as reported by codespell
Diffstat (limited to 'nxcomp/src/Loop.cpp')
-rw-r--r--nxcomp/src/Loop.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp
index f22053cc6..ddffcd1ca 100644
--- a/nxcomp/src/Loop.cpp
+++ b/nxcomp/src/Loop.cpp
@@ -751,7 +751,7 @@ static char sessionDir[DEFAULT_STRING_LENGTH] = { 0 };
//
// Log files for errors and statistics. Error log is
-// the place where we print also debug informations.
+// the place where we print also debug information.
// Both files are closed, deleted and reopened as
// their size exceed the limit set in control class.
// The session log is not reopened, as it is used by
@@ -3100,7 +3100,7 @@ int InitBeforeNegotiation()
SetDescriptors();
//
- // Set local endianess.
+ // Set local endianness.
//
unsigned int test = 1;
@@ -5664,7 +5664,7 @@ void HandleSignal(int signal)
// if (agentFD[1] != -1)
// {
// cerr << "Info" << ": Received signal 'SIGPIPE'. "
- // << "Closing agent conection.\n";
+ // << "Closing agent connection.\n";
//
// shutdown(agentFD[1], SHUT_RDWR);
// }
@@ -6636,7 +6636,7 @@ int ConnectToRemote(ChannelEndPoint &socketAddress)
// Show an alert after 20 seconds and use the
// same timeout to interrupt the connect. The
// retry timeout is incremental, starting from
- // 100 miliseconds up to 1 second.
+ // 100 milliseconds up to 1 second.
//
int alertTimeout = 20000;