From aab3feb5a18c30c84b5f6cca3f25e54f0cb2e4a2 Mon Sep 17 00:00:00 2001 From: Adrian Vogelsgesang Date: Thu, 27 Feb 2020 09:52:03 +0100 Subject: [PATCH] typo: succesful -> successful * data/skeletons/lalr1.cc: here * etc/bench.pl.in: here * src/location.c: and here. --- data/skeletons/lalr1.cc | 2 +- etc/bench.pl.in | 2 +- src/location.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/skeletons/lalr1.cc b/data/skeletons/lalr1.cc index fba6ef8b..dc674a2d 100644 --- a/data/skeletons/lalr1.cc +++ b/data/skeletons/lalr1.cc @@ -1340,7 +1340,7 @@ b4_error_verbose_if([state_type yystate, const symbol_type& yyla], 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 626be46a..8bc04da6 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 diff --git a/src/location.c b/src/location.c index 62ec9c72..1af8e673 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) {