Le 12 juin 2012 à 15:40, Akim Demaille a écrit : > > Le 7 juin 2012 à 08:44, Gilles Espinasse a écrit : > >> s/prodecure/procedure/ while reading >> s/contruction/construction/ found by git ls-files | misspellings -f > > I installed the following in maint (contruction > is in master only, it needs to be done in another fix).
I installed this in master, thanks! From 5237cd1ac89d80855770947c42f8957f52047744 Mon Sep 17 00:00:00 2001 From: Akim Demaille <[email protected]> Date: Wed, 13 Jun 2012 21:12:15 +0200 Subject: [PATCH] lalr1.cc: spello. * data/lalr1.cc: Reported by Gilles Espinasse. --- data/lalr1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/lalr1.cc b/data/lalr1.cc index 92f93c2..b8334e8 100644 --- a/data/lalr1.cc +++ b/data/lalr1.cc @@ -850,7 +850,7 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param)));])[ // Destroy a variant which value may have been swapped with // yylhs.value (for instance if the action was "std::swap($$, // $1)"). The value of yylhs.value (hence possibly one of these - // rhs symbols) depends on the default contruction for this + // rhs symbols) depends on the default construction for this // type. In the case of pointers for instance, no // initialization is done, so the value is junk. Therefore do // not try to report the value of symbols about to be destroyed -- 1.7.10.4
