diff --git a/Scripts/Bash/Functions/Locale/locale_getOptions.sh b/Scripts/Bash/Functions/Locale/locale_getOptions.sh
index 10a6ffa..c844614 100755
--- a/Scripts/Bash/Functions/Locale/locale_getOptions.sh
+++ b/Scripts/Bash/Functions/Locale/locale_getOptions.sh
@@ -100,7 +100,7 @@ function locale_getOptions {
                 # correctly. At this point all option arguments have
                 # been processed already but the `--' argument still
                 # remains to mark ending of option arguments and
-                # begining of non-option arguments. The `--' argument
+                # beginning of non-option arguments. The `--' argument
                 # needs to be removed here in order to avoid
                 # centos-art.sh script to process it as a path inside
                 # the repository, which obviously is not.