From 475a42836683d3d1f76b3c69b18e99cd0d61011d Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Thu, 15 Sep 2022 23:03:44 +0300 Subject: [PATCH] Update Data.hpp --- module/PocoLib/Data.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/PocoLib/Data.hpp b/module/PocoLib/Data.hpp index dbe731e9..d4b73709 100644 --- a/module/PocoLib/Data.hpp +++ b/module/PocoLib/Data.hpp @@ -2146,12 +2146,12 @@ struct SqDataAsyncBuilder SqDataAsyncBuilder & operator = (SqDataAsyncBuilder && o) = default; /* -------------------------------------------------------------------------------------------- - * Create the task with the suplied information and submit it to the worker pool. + * Create the task with the supplied information and submit it to the worker pool. */ void Submit() { Submit_(NullLightObj()); } /* -------------------------------------------------------------------------------------------- - * Create the task with the suplied information and submit it to the worker pool. + * Create the task with the supplied information and submit it to the worker pool. */ void Submit_(LightObj & ctx);