diff --git a/Scripts/Bash/Functions/Manual/manual_deleteEntry.sh b/Scripts/Bash/Functions/Manual/manual_deleteEntry.sh
index 48d0ae6..0520e48 100755
--- a/Scripts/Bash/Functions/Manual/manual_deleteEntry.sh
+++ b/Scripts/Bash/Functions/Manual/manual_deleteEntry.sh
@@ -86,7 +86,7 @@ function manual_deleteEntry {
         # Remove documentation entry. At this point, documentation
         # entry can be under version control or not versioned at all.
         # Here we need to decide how to remove documentation entries
-        # based on wether they are under version control or not.
+        # based on whether they are under version control or not.
         if [[ "$(cli_getRepoStatus "$ENTRY")" == '' ]];then
 
             # Documentation entry is under version control and there
diff --git a/Scripts/Bash/Functions/Path/path.sh b/Scripts/Bash/Functions/Path/path.sh
index 41a72c4..4f3fe10 100755
--- a/Scripts/Bash/Functions/Path/path.sh
+++ b/Scripts/Bash/Functions/Path/path.sh
@@ -31,7 +31,7 @@ function path {
     local FLAG_TO=''
 
     # Define default value to syncronization flag. The syncronization
-    # flag (--sync) controls wether centos-art.sh script calls itself
+    # flag (--sync) controls whether centos-art.sh script calls itself
     # to create/delete parallel directories at the moment of
     # create/delte action itself.
     local FLAG_SYNC='false'
diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh
index 0c47582..7e33d19 100644
--- a/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh
+++ b/Scripts/Bash/Functions/Render/render_doIdentityImageGrub.sh
@@ -69,7 +69,7 @@ function render_doIdentityImageGrub {
 
     # Print which palette of colors centos-art.sh script is using to
     # produce grub content. This is relevant in order to know if we
-    # are using wether trunk or branches palette of colors.
+    # are using whether trunk or branches palette of colors.
     cli_printMessage "$PALETTE_PPM" 'AsPaletteLine'
 
     # Check GRUB's palettes existence:  If there is no palette assume
diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh
index b030d1a..70bf584 100755
--- a/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh
+++ b/Scripts/Bash/Functions/Render/render_doIdentityImageSyslinux.sh
@@ -74,7 +74,7 @@ function render_doIdentityImageSyslinux {
 
     # Print which palette of colors centos-art.sh script is using to
     # produce grub content. This is relevant in order to know if we
-    # are using wether trunk or branches palette of colors.
+    # are using whether trunk or branches palette of colors.
     cli_printMessage "$PALETTE_PPM" 'AsPaletteLine'
     cli_printMessage "$PALETTE_HEX" 'AsPaletteLine'
 
diff --git a/Scripts/Bash/Functions/cli.sh b/Scripts/Bash/Functions/cli.sh
index 8e00eed..adbae1e 100644
--- a/Scripts/Bash/Functions/cli.sh
+++ b/Scripts/Bash/Functions/cli.sh
@@ -39,12 +39,12 @@ function cli {
     local ARGUMENTS=''
 
     # Initialize default value to verbosity flag. The verbosity flag
-    # (--quiet) controls wether centos-art.sh script prints messages
+    # (--quiet) controls whether centos-art.sh script prints messages
     # or not.
     local FLAG_QUIET='false'
     
     # Initialize default value to answer flag. The answer flag (--yes)
-    # controls wether centos-art.sh script does or does not pass
+    # controls whether centos-art.sh script does or does not pass
     # confirmation request points.
     local FLAG_YES='false'