From 4763c0d0fd57063b825f683f2e986aed7bcc5cf0 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 1 Jul 2022 17:29:48 -0500 Subject: [PATCH] Cleaup: Spelling mistake in debugging documentation. --- documents/debugging.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documents/debugging.txt b/documents/debugging.txt index 4d05896..ccea476 100644 --- a/documents/debugging.txt +++ b/documents/debugging.txt @@ -52,6 +52,6 @@ Valgrind: GCC's -fanalyzer (and CLang's equivalent): The code analyzer provided by GCC (and also CLang, through similar means) attempts to determine insecure or otherwise bad coding practices. - This focuses on the GCC -fanalzyer. + This focuses on the GCC -fanalyzer. - The analzyer is easily enabled by just appending "-fanalyzer" to the "flags" in data/build/settings or directly passing "-fanalyzer" to the gcc command.o + The analyzer is easily enabled by just appending "-fanalyzer" to the "flags" in data/build/settings or directly passing "-fanalyzer" to the gcc command.o -- 1.8.3.1