From 969e76117ce12683dcaaf341aa2feab9853ccc48 Mon Sep 17 00:00:00 2001 From: ArnaudBienner Date: Tue, 26 Sep 2023 15:58:54 +0200 Subject: [PATCH] Fix typo in log --- .../codechecker_report_converter/report/hash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/report-converter/codechecker_report_converter/report/hash.py b/tools/report-converter/codechecker_report_converter/report/hash.py index aa6c5e5ab9..8c8eab52c2 100644 --- a/tools/report-converter/codechecker_report_converter/report/hash.py +++ b/tools/report-converter/codechecker_report_converter/report/hash.py @@ -137,7 +137,7 @@ def __get_report_hash_context_free(report: Report) -> List[str]: if line_content == '' and \ not os.path.isfile(report.file.original_path): - LOG.error("Failed to include soruce line in the report hash.") + LOG.error("Failed to include source line in the report hash.") LOG.error('%s does not exists!', report.file.original_path) return [