diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-13 14:44:27 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-13 15:22:05 +0200 |
commit | d2fb76d8bd3fa397dfe3250a5524284334713d57 (patch) | |
tree | 0236544c19da6fa79e3548d8bfdd724142b39366 /nxcomp/Proxy.cpp | |
parent | 0006fc04b23a10e0c29602a6524a90ae7852a03e (diff) | |
download | nx-libs-d2fb76d8bd3fa397dfe3250a5524284334713d57.tar.gz nx-libs-d2fb76d8bd3fa397dfe3250a5524284334713d57.tar.bz2 nx-libs-d2fb76d8bd3fa397dfe3250a5524284334713d57.zip |
nxcomp/{Client|}Proxy.cpp: Typo fix in error messages.
Diffstat (limited to 'nxcomp/Proxy.cpp')
-rw-r--r-- | nxcomp/Proxy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcomp/Proxy.cpp b/nxcomp/Proxy.cpp index c7454bffa..e499b443e 100644 --- a/nxcomp/Proxy.cpp +++ b/nxcomp/Proxy.cpp @@ -5908,11 +5908,11 @@ int Proxy::handleNewGenericConnection(int clientFd, T_channel_type type, const c if (channelId == -1) { #ifdef PANIC - *logofs << "Proxy: PANIC! Maximum mumber of available " + *logofs << "Proxy: PANIC! Maximum number of available " << "channels exceeded.\n" << logofs_flush; #endif - cerr << "Error" << ": Maximum mumber of available " + cerr << "Error" << ": Maximum number of available " << "channels exceeded.\n"; return -1; |