fix word spelling error

This commit is contained in:
gb 2022-08-25 09:07:38 +08:00
parent 2a0fe7e7ac
commit 87ab7ccd14
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ void hg_scanner::thread_handle_image_process(void)
}
catch (...)
{
VLOG_MINI_1(LOG_LEVEL_FATAL, "FATAL: Insufficeint memory when proecss image with %d bytes.\n", tiny_buffer->size());
VLOG_MINI_1(LOG_LEVEL_FATAL, "FATAL: Insufficient memory when proecss image with %d bytes.\n", tiny_buffer->size());
stop();
status_ = SCANNER_ERR_INSUFFICIENT_MEMORY;
break;