From 694c6234f92698239b8bcf191750eb2768de95f0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 23:48:13 -0400 Subject: [PATCH] spelling: namespace --- data/c++.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/c++.m4 b/data/c++.m4 index 5beb5f0e..0df0f5a5 100644 --- a/data/c++.m4 +++ b/data/c++.m4 @@ -111,7 +111,7 @@ m4_if(m4_bregexp(b4_namespace_ref, [^[ ]*$]), [-1], [], [[namespace reference is empty]])]) # Instead of assuming the C++ compiler will do it, Bison should reject any -# invalid b4_namepsace_ref that would be converted to a valid +# invalid b4_namespace_ref that would be converted to a valid # b4_namespace_open. The problem is that Bison doesn't always output # b4_namespace_ref to uncommented code but should reserve the ability to do so # in future releases without risking breaking any existing user grammars.