summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/ardour.sh.in')
-rw-r--r--gtk2_ardour/ardour.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour.sh.in b/gtk2_ardour/ardour.sh.in
index a08661785d..ec01615b5e 100644
--- a/gtk2_ardour/ardour.sh.in
+++ b/gtk2_ardour/ardour.sh.in
@@ -11,7 +11,7 @@ export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
MLOCK_LIMIT=$(ulimit -l)
if [ "$MLOCK_LIMIT" != "unlimited" ]; then
echo "WARNING: Your system has a limit for maximum amount of locked memory!"
- echo " This might cause Ardour to run out of memory before your system runs"
+ echo " This might cause Ardour to run out of memory before your system runs"
echo " out of memory. You can view the memory limit with 'ulimit -l', and it"
echo " is normally controlled by /etc/security/limits.conf"
echo ""