aboutsummaryrefslogtreecommitdiff
path: root/nxcomp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-01-20 14:03:28 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-01-20 14:03:28 +0100
commit949b91c64b1f6b028cc52883eb1ecb98357fc9a0 (patch)
treec3efe0c34c82a829c38f2d9bc7f964053579bbb6 /nxcomp
parent61265ff616323bd1821633eb79c4f14eacdca8f3 (diff)
downloadnx-libs-949b91c64b1f6b028cc52883eb1ecb98357fc9a0.tar.gz
nx-libs-949b91c64b1f6b028cc52883eb1ecb98357fc9a0.tar.bz2
nx-libs-949b91c64b1f6b028cc52883eb1ecb98357fc9a0.zip
nxcomp/src/Loop.cpp: Typo fix in error msg.
Diffstat (limited to 'nxcomp')
-rw-r--r--nxcomp/src/Loop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp
index 6b903789b..754c55c96 100644
--- a/nxcomp/src/Loop.cpp
+++ b/nxcomp/src/Loop.cpp
@@ -4504,7 +4504,7 @@ void StartKeeper()
IsRestarting(lastKeeper) == 1)
{
nxfatal << "Loop: PANIC! The house-keeping process is "
- << "alreay running with pid '" << lastKeeper
+ << "already running with pid '" << lastKeeper
<< "'.\n" << std::flush;
HandleCleanup();