summaryrefslogtreecommitdiffstats
path: root/packager
diff options
context:
space:
mode:
authortorben2015-10-29 15:28:45 +0100
committertorben2015-10-29 15:28:45 +0100
commitad9a9339c508cca785068c8621f2443f0736265d (patch)
tree60b130729adec782701f6011f4d8127e976615f0 /packager
parentAdding needed dependencies to automatic dependency checker. (diff)
downloadsystemd-init-ad9a9339c508cca785068c8621f2443f0736265d.tar.gz
systemd-init-ad9a9339c508cca785068c8621f2443f0736265d.tar.xz
systemd-init-ad9a9339c508cca785068c8621f2443f0736265d.zip
Fix gitignore and typo.
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.