#-------------------------------------------------------------------------------
## @param library name to load (no path, just basename)
##
-## Loads the library given as the first argument. liberror_check_fatal_error
is
+## Loads the library given as the first argument. liberror_check_fatal is
## called to check if there was a problem loading the library, and if there
was
## it will print a corresponding error message and then exit with the error
## $ERR_LOAD_LIBRARY.
@@ -63,7 +63,7 @@ function cauldron_load_library() {
local lib="$1"
#-------------------------------------------------------------------------------
## @param library name to load (no path, just basename)
##
-## Loads the library given as the first argument. liberror_check_fatal_error
is
+## Loads the library given as the first argument. liberror_check_fatal is
## called to check if there was a problem loading the library, and if there
was
## it will print a corresponding error message and then exit with the error
## $ERR_LOAD_LIBRARY.
@@ -70,7 +70,7 @@ function enchant_load_library() {
local lib="$1"
#-------------------------------------------------------------------------------
diff --git a/enchantment/shell/bin/enchantment
b/enchantment/shell/bin/enchantment
index ed9c528..2cd9b17 100755
--- a/enchantment/shell/bin/enchantment
+++ b/enchantment/shell/bin/enchantment
@@ -65,7 +65,7 @@ function enchant_shell_command_chroot() {
# so don't check the number of arguments
#-------------------------------------------------------------------------------
## @param library name to load (no path, just basename)
##
-## Loads the library given as the first argument. liberror_check_fatal_error
is
+## Loads the library given as the first argument. liberror_check_fatal is
## called to check if there was a problem loading the library, and if there
was
## it will print a corresponding error message and then exit with the error
## $ERR_LOAD_LIBRARY.
@@ -64,7 +64,7 @@ function ward_load_library() {
local lib="$1"