aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-08 04:55:19 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-08 04:55:19 +0000
commitf6cbc169e084a118c4811360d311fc8bd19ea341 (patch)
tree700918620647ee6b3a42bac5c248c62c1e5697f4 /doc
parentd58ff7cdcd72c26dad11d860507470e759336176 (diff)
Typo
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@89103 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/valgrind.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/valgrind.txt b/doc/valgrind.txt
index 067e29618..1ac4b2bd7 100644
--- a/doc/valgrind.txt
+++ b/doc/valgrind.txt
@@ -11,7 +11,7 @@ of information about the crash.
2. Rebuild and install Asterisk.
3. Run Asterisk as follows:
- valgrind --log-file-exact=valgrind.txt asterisk -vvvvcg 2>malloc_debug.txt
+ valgrind --log-file-exactly=valgrind.txt asterisk -vvvvcg 2>malloc_debug.txt
4. Reproduce the issue. Following the manifestation of the issue (or when
the process crashes), upload the two files, valgrind.txt and