From: Kevin Day Date: Fri, 1 Jul 2022 22:29:48 +0000 (-0500) Subject: Cleaup: Spelling mistake in debugging documentation. X-Git-Tag: 0.5.10~3 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=4763c0d0fd57063b825f683f2e986aed7bcc5cf0;p=fll Cleaup: Spelling mistake in debugging documentation. --- 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