From 25c9bc3f0b5e2c1a9e7760246ff8f4d1c254fd60 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 30 2013 14:26:40 +0000 Subject: Fix comment typo. --- 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.