Commit 9f67094800ae800c1679e5fa60f87cde6c8a6893
1 parent
df3c7626
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
README.maintainer
| ... | ... | @@ -10,7 +10,7 @@ Release Reminders |
| 10 | 10 | exec valgrind --suppressions=/tmp/a.supp -q \ |
| 11 | 11 | `dirname $0`/z/`basename $0` ${1+"$@"} |
| 12 | 12 | |
| 13 | - Symlink exec-v to each executable. /tmp/a.supp can be populated | |
| 13 | + Symlink exec-z to each executable. /tmp/a.supp can be populated | |
| 14 | 14 | with suppressions for libraries, for example: |
| 15 | 15 | |
| 16 | 16 | { | ... | ... |