From 05abad17fa666a9d79797bc545289555d3d22184 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 10 May 2024 15:53:29 -0400 Subject: [PATCH] cwFlowTest.cpp : Fixed typo. --- cwFlowTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwFlowTest.cpp b/cwFlowTest.cpp index 2060a09..1e0dcaa 100644 --- a/cwFlowTest.cpp +++ b/cwFlowTest.cpp @@ -289,7 +289,7 @@ cw::rc_t cw::flow::test( const object_t* cfg, int argc, const char* argv[] ) { if( !test_all_fl ) { - rc = cwLogError(kInvalidArgRC,"The requested test '%s' is diabled.",test_label); + rc = cwLogError(kInvalidArgRC,"The requested test '%s' is disabled.",test_label); goto errLabel; } continue;