summaryrefslogtreecommitdiff
path: root/desktop/scripts/soffice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rwxr-xr-xdesktop/scripts/soffice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index eec7366e30a8..b0123fdc30f5 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -80,7 +80,7 @@ VALGRINDCHECK=
# count number of selected checks; only one is allowed
checks=
# force the --valgrind option if the VALGRIND variable is set
-test -n "$VALGRIND" && VALGRINDOPT="--vagrind" || VALGRINDOPT=
+test -n "$VALGRIND" && VALGRINDOPT="--valgrind" || VALGRINDOPT=
for arg in $@ $VALGRINDOPT ; do
case "$arg" in