[PATCH] Fix 2 typo

View: New views
3 Messages — Rating Filter:   Alert me  

[PATCH] Fix 2 typo

by g.esp :: Rate this Message:

| View Threaded | Show Only this Message

s/prodecure/procedure/ while reading
s/contruction/construction/ found by git ls-files | misspellings -f

Signed-off-by: Gilles Espinasse <g.esp@...>
---
 README-hacking |    2 +-
 data/lalr1.cc  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README-hacking b/README-hacking
index 5d9314b..a4eb2d7 100644
--- a/README-hacking
+++ b/README-hacking
@@ -297,7 +297,7 @@ where F125BDF3 should be replaced with your key ID.
 *** Using gnupload
 You need "ncftp".
 
-At the end "make release" (or alpha/beta) will display the prodecure
+At the end "make release" (or alpha/beta) will display the procedure
 to run.  Just copy and paste it in your shell.
 
 *** By hand
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.5.6.5



Re: [PATCH] Fix 2 typo

by Akim Demaille :: Rate this Message:

| View Threaded | Show Only this Message


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).

From 6537c71fcc74ee3401b2ccf5434b1fa2a470bd84 Mon Sep 17 00:00:00 2001
From: Akim Demaille <akim@...>
Date: Fri, 8 Jun 2012 09:00:58 +0200
Subject: [PATCH 2/6] maint: fix spello.

* README-hacking: Here.
* THANKS: Reported by Gilles Espinasse.
---
 README-hacking |    2 +-
 THANKS         |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README-hacking b/README-hacking
index cfb4b31..5fab96c 100644
--- a/README-hacking
+++ b/README-hacking
@@ -272,7 +272,7 @@ where F125BDF3 should be replaced with your key ID.
 *** Using gnupload
 You need "ncftp".
 
-At the end "make stable" (or alpha/beta) will display the prodecure to
+At the end "make stable" (or alpha/beta) will display the procedure to
 run.  Just copy and paste it in your shell.
 
 *** By hand
diff --git a/THANKS b/THANKS
index e3bf221..284c5a9 100644
--- a/THANKS
+++ b/THANKS
@@ -43,6 +43,7 @@ Frank Heckenbach          frank@...
 Frans Englich             frans.englich@...
 Georg Sauthoff            gsauthof@...
 George Neuner             gneuner2@...
+Gilles Espinasse          g.esp@...
 Goran Uddeborg            goeran@...
 Guido Trentalancia        trentalg@...
 H. Merijn Brand           h.m.brand@...
--
1.7.10.4




Re: [PATCH] Fix 2 typo

by Akim Demaille-3 :: Rate this Message:

| View Threaded | Show Only this Message


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 <akim@...>
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