From fa8826f59a24f6d3a932e0fdd006fe4ee03cf85a Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 11 Aug 2016 19:29:57 +0200 Subject: [PATCH] Corrected text --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index 60d8452f..16973461 100644 --- a/include/functions +++ b/include/functions @@ -2241,7 +2241,7 @@ ReportException ${TEST_NO} "Test is trying to search for a string in nonexistent file" fi else - ReportException ${TEST_NO} "Error in function call to CheckItem" + ReportException ${TEST_NO} "Error in function call to SearchItem" fi return ${RETVAL} }