未验证 提交 de3bea5f 编写于 作者: A Andrei Costinescu 提交者: GitHub

Update 10_asynchronous_custom_input.cpp (#1696)

Fix typo "funtion" -> "function" on line 40
上级 145384a9
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册