Fix misspelling of "Valgrind".
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Oct 2002 05:37:58 +0000 (05:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Oct 2002 05:37:58 +0000 (05:37 +0000)
HACKING

diff --git a/HACKING b/HACKING
index 3db9774..8db7295 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -54,7 +54,7 @@ release:
 
 - run `make maintainer-check' which:
   - runs `valgrind -q bison' to run Bison under Valgrind.
-  - runs the parsers under Valdrind.
+  - runs the parsers under Valgrind.
   - runs the test suite with G++ as C compiler...
 
 - Change tests/atlocal/CFLAGS to add your preferred options.  For