From eadd2a8ed8d084536b4d0043f79ca1e8aee598d4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 8 Nov 2020 23:16:47 -0500 Subject: spelling: indentation Signed-off-by: Josh Soref --- CHANGELOG.md | 4 ++-- CONTRIBUTING.md | 2 +- include/functions | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e8ed18..f12ed580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -697,7 +697,7 @@ Changes: * Renamed some variables to better indicate their purpose (counting, data type) * Removal of unused code and comments * Deleted unused tests from database file -* Correct levels of identation +* Correct levels of indentation * Support for older mac OS X versions (Lion and Mountain Lion) * Initialized variables for more binaries * Additional sysctls are tested @@ -1358,7 +1358,7 @@ Functions * AddSetting - New function to store settings (lynis show settings) * ContainsString - New function to search for a string in another one * Display - Added --debug, showing details on screen in debug mode - - Reset identation for lines which are too long + - Reset indentation for lines which are too long * DisplayToolTip - New function to display tooltips * IsDebug - Check for usage of --debug * IsDeveloperMode - Status for development and debugging (--developer) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 66a7b19b..b3ea40ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ To ensure all pull requests can be easily checked and merged, here are some tips ## Code Guidelines ### General -Identation should be 4 spaces (no tab character). +Indentation should be 4 spaces (no tab character). ### Comments Comments: use # sign followed by a space. When needed, create a comment block. diff --git a/include/functions b/include/functions index 26916461..b72e7156 100644 --- a/include/functions +++ b/include/functions @@ -38,7 +38,7 @@ # DigitsOnly Return only the digits from a string # DirectoryExists Check if a directory exists on the disk # DiscoverProfiles Determine available profiles on system -# Display Output text to screen with colors and identation +# Display Output text to screen with colors and indentation # DisplayError Show an error on screen # DisplayException Show an exception on screen # DisplayManual Output text to screen without any layout -- cgit v1.2.3