From c66e591fa5747fcd890dc3c4cb198460732383e0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 26 Jul 2017 00:02:50 -0400 Subject: [PATCH] spelling: reachable --- ChangeLog-2012 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog-2012 b/ChangeLog-2012 index c4af4674..829970b0 100644 --- a/ChangeLog-2012 +++ b/ChangeLog-2012 @@ -9059,7 +9059,7 @@ * src/scan-gram.l (): Use val->code for BRACED_CODE, which is "{...}" in the parser. * tests/Makefile.am (maintainer-check-valgrind): Set - VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking + VALGRIND_OPTS='--leak-check=full --show-reachable=yes' before invoking Valgrind. * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't complain.