summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Vogelsgesang <avogelsgesang@tableau.com>2020-02-27 09:52:03 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-02-27 18:10:39 +0100
commit368fcf0af561d0d84935b13dd9d30e2012cf843f (patch)
tree96e3324876595c0d80572d01dffd723fe38f3606
parent6fe063da8f1df2c929020049332b05837a67ec17 (diff)
downloadbison-368fcf0af561d0d84935b13dd9d30e2012cf843f.tar.gz
typo: succesful -> successful
* data/skeletons/lalr1.cc: here * etc/bench.pl.in: here * src/location.c: here * tests/calc.at: and here
-rw-r--r--data/skeletons/lalr1.cc2
-rwxr-xr-xetc/bench.pl.in2
-rw-r--r--src/location.c2
-rw-r--r--tests/calc.at2
4 files changed, 4 insertions, 4 deletions
diff --git a/data/skeletons/lalr1.cc b/data/skeletons/lalr1.cc
index 8570f845..dd5a1a81 100644
--- a/data/skeletons/lalr1.cc
+++ b/data/skeletons/lalr1.cc
@@ -1358,7 +1358,7 @@ b4_dollar_popdef])[]dnl
yyarg[yycount++] = yytname_[yytoken];]b4_lac_if([[
#if ]b4_api_PREFIX[DEBUG
- // Execute LAC once. We don't care if it is succesful, we
+ // Execute LAC once. We don't care if it is successful, we
// only do it for the sake of debugging output.
if (!yy_lac_established_)
yy_lac_check_ (yytoken);
diff --git a/etc/bench.pl.in b/etc/bench.pl.in
index 05507dc6..153ae55d 100755
--- a/etc/bench.pl.in
+++ b/etc/bench.pl.in
@@ -100,7 +100,7 @@ Artificial grammar with very long rules.
=item B<-h>, B<--help>
-Display this message and exit succesfully. The more verbose, the more
+Display this message and exit successfully. The more verbose, the more
details.
=item B<-i>, B<--iterations>=I<integer>
diff --git a/src/location.c b/src/location.c
index 5c567591..4bf3b123 100644
--- a/src/location.c
+++ b/src/location.c
@@ -317,7 +317,7 @@ caret_getc_internal (mbchar_t *res)
/* Move CARET_INFO (which has a valid FILE) to the line number LINE.
Compute and cache that line's length in CARET_INFO.LINE_LEN.
- Return whether succesful.*/
+ Return whether successful.*/
static bool
caret_set_line (int line)
{
diff --git a/tests/calc.at b/tests/calc.at
index 0487dc1f..f5c8f797 100644
--- a/tests/calc.at
+++ b/tests/calc.at
@@ -996,7 +996,7 @@ _AT_CHECK_CALC_ERROR([$1], [0], [(- *) + (1 2) = 1],
]AT_JAVA_IF([1.1-1.18], [1.1-17])[: calc: error: 2222 != 1]])
# Check that yyerrok works properly: second error is not reported,
-# third and fourth are. Parse status is succesful.
+# third and fourth are. Parse status is successful.
_AT_CHECK_CALC_ERROR([$1], [0], [(* *) + (*) + (*)],
[[final: 3333 0 3]],
[113],