From 87ab7ccd14f0944f0d06943b42a468e23e2092c0 Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Thu, 25 Aug 2022 09:07:38 +0800 Subject: [PATCH] fix word spelling error --- hgdriver/hgdev/hg_scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgdriver/hgdev/hg_scanner.cpp b/hgdriver/hgdev/hg_scanner.cpp index 806056f..1fdbef3 100644 --- a/hgdriver/hgdev/hg_scanner.cpp +++ b/hgdriver/hgdev/hg_scanner.cpp @@ -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;