summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helper/distribution.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/distribution.inc b/helper/distribution.inc
index 5c371fcf..f26ca46c 100644
--- a/helper/distribution.inc
+++ b/helper/distribution.inc
@@ -1,4 +1,4 @@
# Get simple distribution name
-# This is not also being used via ./openslx, not only via ./mltk,
+# This is also being used via ./openslx, not only via ./mltk,
# so it has not been moved to remote/includes.
SYS_DISTRIBUTION=$(lsb_release -is | tr '[A-Z]' '[a-z]' | sed -r 's/[^a-z0-9]//g;s/project$//g;s/scientificsl$/scientific/g')