summaryrefslogtreecommitdiffstats
path: root/packager
diff options
context:
space:
mode:
Diffstat (limited to 'packager')
-rw-r--r--packager/openslx.functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/packager/openslx.functions b/packager/openslx.functions
index 8ecc1fdc..7fe74e0a 100644
--- a/packager/openslx.functions
+++ b/packager/openslx.functions
@@ -4,7 +4,7 @@
#
# ------------------------------------------------------------------------------
#
-# check if we have our environement variables to check
+# check if we have our environment variables to check
# if we actually got sourced by the main script
if [ -z "${SELF_PID}" -o -z "${ROOT_DIR}" ]; then
# not using perror, since we probably don't have it.