From 03b9648d95ef7e2f38f4d638c46dff9a620cb46b Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 1 Jun 2024 08:51:36 -0400 Subject: [PATCH] cwTest.cpp : Fix typo in error message. --- cwTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwTest.cpp b/cwTest.cpp index 3bacda9..24f97cb 100644 --- a/cwTest.cpp +++ b/cwTest.cpp @@ -213,7 +213,7 @@ namespace cw if( !isEqualFl ) { ok_fl = false; - cwLogInfo("Test failed on: '%s'",testRefFn); + cwLogInfo("Compare failed on: '%s'",testRefFn); } }