From 1a186ebbadd29e33070db3d5aa9d8caf2f47ed2b Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 6 May 2022 16:05:04 -0400 Subject: [PATCH] cwIo.cpp : Minor comment change. --- cwIo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwIo.cpp b/cwIo.cpp index 94ef47e..eba9a9b 100644 --- a/cwIo.cpp +++ b/cwIo.cpp @@ -1553,7 +1553,7 @@ namespace cw // UI // - // This function is called by the websocket with messages comring from a remote UI. + // This function is called by the websocket with messages coming from a remote UI. rc_t _uiCallback( void* cbArg, unsigned wsSessId, ui::opId_t opId, unsigned parentAppId, unsigned uuId, unsigned appId, unsigned chanId, const ui::value_t* v ) { io_t* p = (io_t*)cbArg;