From a1b6d463b2f3ff5f9cdd2383bc3ee031f38bb4e5 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 21 Sep 2019 16:31:06 +0200 Subject: Fixed a typo --- include/tests_shells | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/tests_shells') diff --git a/include/tests_shells b/include/tests_shells index 37d152b4..480166be 100644 --- a/include/tests_shells +++ b/include/tests_shells @@ -109,12 +109,12 @@ LogText "Test: Search for session timeout tools or settings in shell" if IsRunning "timeoutd"; then IDLE_TIMEOUT=1 - LogText "Result: found timeoutd process to kill idle sesions" + LogText "Result: found timeoutd process to kill idle sessions" IDLE_TIMEOUT_METHOD="timeout-daemon" fi if IsRunning "autolog"; then IDLE_TIMEOUT=1 - LogText "Result: found autolog process to kill idle sesions" + LogText "Result: found autolog process to kill idle sessions" Report="session_timeout_method[]=autolog" IDLE_TIMEOUT_METHOD="autolog" fi -- cgit v1.2.3