diff --git a/examples/tutorial_api_cpp/10_asynchronous_custom_input.cpp b/examples/tutorial_api_cpp/10_asynchronous_custom_input.cpp index 2ce76ce1b74c4fbea2bbbc1ec596754517a4c370..87a206b52d0f5883b612e243845043f9696f11b2 100644 --- a/examples/tutorial_api_cpp/10_asynchronous_custom_input.cpp +++ b/examples/tutorial_api_cpp/10_asynchronous_custom_input.cpp @@ -37,7 +37,7 @@ public: if (mClosed || mImageFiles.size() <= mCounter) { op::opLog("Last frame read and added to queue. Closing program after it is processed.", op::Priority::High); - // This funtion stops this worker, which will eventually stop the whole thread system once all the frames + // This function stops this worker, which will eventually stop the whole thread system once all the frames // have been processed mClosed = true; return nullptr;