From 949b91c64b1f6b028cc52883eb1ecb98357fc9a0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 20 Jan 2018 14:03:28 +0100 Subject: nxcomp/src/Loop.cpp: Typo fix in error msg. --- nxcomp/src/Loop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxcomp') 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(); -- cgit v1.2.3