From 9d9edae49fe263fb1868886ad6e688b73279cfe4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:17:22 -0500 Subject: [PATCH] spelling: commands Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- waftools/clang_compilation_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waftools/clang_compilation_database.py b/waftools/clang_compilation_database.py index 93be6313..7c3d9c30 100644 --- a/waftools/clang_compilation_database.py +++ b/waftools/clang_compilation_database.py @@ -46,7 +46,7 @@ def write_compilation_database(ctx): if not os.path.exists(file_path): with open(file_path, 'w') as f: f.write('[]') - Logs.info("Store compile comands in %s" % file_path) + Logs.info("Store compile commands in %s" % file_path) clang_db = dict((x["file"], x) for x in json.load(database_file)) for task in getattr(ctx, 'clang_compilation_database_tasks', []): try: