summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2013-09-11 07:37:47 +0200
committerSven Eden <yamakuzure@gmx.net>2013-09-11 07:37:47 +0200
commitfef9b535c214a126c291cb3b0b2dc06b5dea180e (patch)
tree762ddbdb2f972bd2dd5fd908fa74c064ca6cb9a3
parentAdded all addition/changes about the buttons, the new filter F10 and the new ... (diff)
downloadufed-fef9b535c214a126c291cb3b0b2dc06b5dea180e.tar.gz
ufed-fef9b535c214a126c291cb3b0b2dc06b5dea180e.tar.bz2
ufed-fef9b535c214a126c291cb3b0b2dc06b5dea180e.zip
ufed.pl.in: Fixed a typo.
-rw-r--r--ufed.pl.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/ufed.pl.in b/ufed.pl.in
index b7d8323..58e4d9c 100644
--- a/ufed.pl.in
+++ b/ufed.pl.in
@@ -16,9 +16,9 @@ my $version = 'XX_PACKAGE_VERSION@';
my $interface = 'ufed-curses';
my $gdb = "gdb -ex run ufed-curses";
-my $memcheck = "/usr/bin/valgrnd -v --trace-children=yes --tool=memcheck"
- . " --track-origins=yes --leak-check=full --show-reachable=no"
- . " --read-var-info=yes"
+my $memcheck = "/usr/bin/valgrind -v --trace-children=yes --tool=memcheck"
+ . " --track-origins=yes --leak-check=full --show-reachable=no"
+ . " --read-var-info=yes"
. " XX_libexecdir@/ufed-curses 2>/tmp/ufed_memcheck.log";
sub finalise;