cwFlowTest.cpp : Fixed typo.

This commit is contained in:
kevin 2024-05-10 15:53:29 -04:00
parent bcb2fdfcad
commit 05abad17fa

View File

@ -289,7 +289,7 @@ cw::rc_t cw::flow::test( const object_t* cfg, int argc, const char* argv[] )
{ {
if( !test_all_fl ) 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; goto errLabel;
} }
continue; continue;