diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-24 13:46:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-24 13:46:10 +0100 |
commit | 58442b0f17a7dd645b29a338d8c936aa36b62bc5 (patch) | |
tree | fb93e086a45da18eaa3473f9e1ccd114dbf109df /desktop | |
parent | d9708d06a46e030720c58e1f2bc116aa76af8873 (diff) |
vagrind -> valgrind
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/scripts/soffice.sh | 2 |
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 |