bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: spelling fixes


From: Akim Demaille
Subject: Re: spelling fixes
Date: Fri, 5 Oct 2018 07:08:25 +0200

Hi Josh,

I’ve finally received the acknowledgement from the FSF: I can install
your fixes.  I installed them as 64 small commits, the way you did it.
I include below the aggregated diff, to avoid flooding the mailing list.

Thanks a lot for your contribution!

diff --git a/ChangeLog-2012 b/ChangeLog-2012
index 254f3d29..2de58a13 100644
--- a/ChangeLog-2012
+++ b/ChangeLog-2012
@@ -3673,3 +3673,3 @@
        Copyright years.
-       * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
+       * data/glr.c: Add 2007 and 2008 here, consistently with the comments.
 
@@ -3678,3 +3678,3 @@
        Style changes.
-       * etc/bench.pl.in (generate_grammar_list): Consitently use
+       * etc/bench.pl.in (generate_grammar_list): Consistently use
        location_type, not yy::location.
@@ -3704,3 +3704,3 @@
 
-       * data/glr.c, data/lalr1.java, data/yacc.c: dnl when outputing the
+       * data/glr.c, data/lalr1.java, data/yacc.c: dnl when outputting the
        epilogue.
@@ -3766,3 +3766,3 @@
        Pass the token type to yysyntax_error.
-       * data/yacc.c (yysyntax_error): Take the transated token instead
+       * data/yacc.c (yysyntax_error): Take the translated token instead
        of the raw number.
@@ -5021,3 +5021,3 @@
        instance "b4_symbol(0, tag)" is a macro name which contents is
-       self-decriptive.  The macro "b4_symbol" provides easier access to
+       self-descriptive.  The macro "b4_symbol" provides easier access to
        these cells.
@@ -5202,3 +5202,3 @@
 
-       Agregate yylval and yylloc.
+       Aggregate yylval and yylloc.
        * data/lalr1.cc (parser::yylval, parser::yylloc): Replace by...
@@ -5817,3 +5817,3 @@
        (Java Scanner Interface): Move note on %pure-parser to Java Bison
-       Interface.  Describe %code lexer and yylex accutately.
+       Interface.  Describe %code lexer and yylex accurately.
        Remove documentation that does not match the code.
@@ -6434,3 +6434,3 @@
        * djgpp/djunpack.bat: Copyright timestamp adjusted.
-       * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
+       * djgpp/fnchange.lst: Add filenames that are not 8.3 clean to the
        filename translation list.
@@ -7590,3 +7590,3 @@
        DJGPP spefic issue.  Inhibit the use of disallowed characters for
-       file name genertion on Win98, WinXP, etc.  These are |<>":?*\
+       file name generation on Win98, WinXP, etc.  These are |<>":?*\
        and concern testsuite case 46.
@@ -8798,3 +8798,3 @@
        * TODO: Add pointer to Sylvain Schmitz's work on static detection
-       of potential ambiguities in GLR grammers.
+       of potential ambiguities in GLR grammars.
 
@@ -9061,3 +9061,3 @@
        * tests/Makefile.am (maintainer-check-valgrind): Set
-       VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
+       VALGRIND_OPTS='--leak-check=full --show-reachable=yes' before invoking
        Valgrind.
@@ -12351,3 +12351,3 @@
        filename type is defined by the user.
-       Forward declation location and position before the pre-prologue.
+       Forward declaration location and position before the pre-prologue.
        (yyresult_): Rename as...
@@ -12441,4 +12441,4 @@
 
-       * HACKING (release): Forwarn the Translation Project about
-       stable releses.
+       * HACKING (release): Forewarn the Translation Project about
+       stable releases.
 
@@ -13167,3 +13167,3 @@
        ($(calc_extracted)): Renamed from $(calc_sources_extracted),
-       so that we also get calc++-parser.yy.  Geneate it.
+       so that we also get calc++-parser.yy.  Generate it.
        Use $(AWK), not gawk, since any conforming Awk will do.
@@ -13995,3 +13995,3 @@
        they needn't be initialized to 0.
-       (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
+       (allocate_storage): Likewise, for shiftset, redset, shift_symbol.
        * src/closure.c (new_closure): Likewise, for itemset.
@@ -14183,3 +14183,3 @@
        In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
-       whether the reducion was empty or not.  This leaves room to
+       whether the reduction was empty or not.  This leaves room to
        improve the use of YYLLOC_DEFAULT in such a case.
@@ -16526,3 +16526,3 @@
        (transitions): Renamed from transitions_t.  Unused (and
-       misspelled) transtion_s tag removed.
+       misspelled) transition_s tag removed.
        (errs): Renamed from errs_t.  Unused errs_s tag removed.
@@ -16614,5 +16614,5 @@
        Fix misspelling in names.
-       * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
+       * src/vcg.h (enum_alignment_e): Renamed from enum_alignment_e.
        * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
-       G_NODE_ALIGNEMENT.
+       G_NODE_ALIGNMENT.
 
@@ -16868,3 +16868,3 @@
        get_layoutalgorithm_str, get_decision_str, get_orientation_str,
-       get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
+       get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
        get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
@@ -17367,3 +17367,3 @@
        (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
-       not the (never otherwised-used) CHARACTER.
+       not the (never otherwise-used) CHARACTER.
 
@@ -18054,3 +18054,3 @@
        88 (definition of an auto var) and later 96 (memset on this var).
-       Hence the stack is badly corrumpted.  The headers inclusion is to
+       Hence the stack is badly corrupted.  The headers inclusion is to
        blame: if I move the awk.h inclusion before GLR's system header
@@ -18964,3 +18964,3 @@
 
-       * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
+       * src/assoc.c, src/assoc.h (assoc_t, assoc_to_string): New.
        Adjust all former `associativity' dependencies.
@@ -20107,3 +20107,3 @@
        2002-05-24  Paul Hilfinger  <address@hidden>
-       and Paul Eggert  <address@hidden>: `error' handing.
+       and Paul Eggert  <address@hidden>: `error' handling.
        2002-05-26  Akim Demaille  <address@hidden>: stos_, token_number_,
@@ -20457,3 +20457,3 @@
        (copy_comment): Output characters with copy_character.
-       (read_additionnal_code): Likewise.
+       (read_additional_code): Likewise.
        (copy_string2): Likewise.
@@ -20640,3 +20640,3 @@
        500.
-       * tests/regression.at (Web2c Actions): Ajust.
+       * tests/regression.at (Web2c Actions): Adjust.
 
@@ -20951,3 +20951,3 @@
 
-       * src/reader.c (read_additionnal_code): `c' should be an integer, not
+       * src/reader.c (read_additional_code): `c' should be an integer, not
        a character.
@@ -21072,3 +21072,3 @@
        Adjust comparisons (signed vs unsigned).
-       * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
+       * src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
        bitset*.
@@ -22339,3 +22339,3 @@
        is now handled in ...
-       * src/reader.c (read_additionnal_code): Add the output of a
+       * src/reader.c (read_additional_code): Add the output of a
        #line for the epilogue.
@@ -22799,3 +22799,3 @@
        (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
-       Simplify test for whather <alloca.h> exists.
+       Simplify test for whether <alloca.h> exists.
 
@@ -23565,3 +23565,3 @@
 
-       * src/reader.c (parse_union_decl): Push the caracters in
+       * src/reader.c (parse_union_decl): Push the characters in
        union_obstack, not attrs_obstack.
@@ -23846,3 +23846,3 @@
        enum color_e.
-       * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
+       * src/print_graph.c (print_graph): Initialize graph.layoutalgorithm
        to `normal'.
@@ -24001,3 +24001,3 @@
        (get_xxxx_str): Use assert () instead of complain ().
-       Remove return invokations in default cases.
+       Remove return invocations in default cases.
        (get_decision_str): Modify default behaviour. Remove second argument.
@@ -24032,3 +24032,3 @@
        * src/bison.simple: Add new #line directive.
-       Add typdef %%stype YYSTYPE.
+       Add typedef %%stype YYSTYPE.
 
@@ -24117,3 +24117,3 @@
        Update to use renamed functions and variable.
-       (read_declarations, copy_action, read_additionnal_code, : Updated
+       (read_declarations, copy_action, read_additional_code, : Updated
        with correct variables and functions names.
@@ -24198,3 +24198,3 @@
 
-       * src/reader.c (read_additionnal_code): Rename %%user_code to
+       * src/reader.c (read_additional_code): Rename %%user_code to
        %%epilogue.
@@ -24242,3 +24242,3 @@
        * src/bison.simple: Add %%user_code directive at the end.
-       * src/reader.c (read_additionnal_code): New.
+       * src/reader.c (read_additional_code): New.
        (reader): Use it.
@@ -24305,3 +24305,3 @@
        (reader_output_yylsp): Remove.
-       (packsymbols): Output token defintions to a macro.
+       (packsymbols): Output token definitions to a macro.
        (copy_definition): Disable C output.
@@ -24643,3 +24643,3 @@
 
-       * src/bison.simple (yyparse): Suppress warning `comparaison
+       * src/bison.simple (yyparse): Suppress warning `comparison
        between signed and unsigned'.
@@ -25130,3 +25130,3 @@
        For regularity of the names, replace each
-       (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
+       (nolineflag, toknumflag, rawtoknumflag, noparserflag): with...
        (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
@@ -25733,3 +25733,3 @@
        Have configure build version string instead of relying on ANSI string
-       concatentation.
+       concatenation.
 
@@ -25743,3 +25743,3 @@
        Have configure build version string instead of relying on ANSI string
-       concatentation.
+       concatenation.
 
diff --git a/README-hacking b/README-hacking
index 4b92fcdd..b604ba95 100644
--- a/README-hacking
+++ b/README-hacking
@@ -196,3 +196,3 @@ check-local`.
 The default is for make check-local to run all tests sequentially.  This can
-be very time consumming when checking repeatedly or on slower setups.  This
+be very time consuming when checking repeatedly or on slower setups.  This
 can be sped up in two ways:
diff --git a/THANKS b/THANKS
index baf4144e..7971a0c7 100644
--- a/THANKS
+++ b/THANKS
@@ -80,2 +80,3 @@ Jonathan Fabrizio         address@hidden
 Jonathan Nieder           address@hidden
+Josh Soref                address@hidden
 Juan Manuel Guerrero      address@hidden
diff --git a/build-aux/cross-options.pl b/build-aux/cross-options.pl
index 0f5009ce..3b6289ab 100755
--- a/build-aux/cross-options.pl
+++ b/build-aux/cross-options.pl
@@ -37,3 +37,3 @@ while (<STDIN>)
             my $dir_arg = $arg;
-            # If the argument is compite (e.g., for --define[=NAME[=VALUE]]),
+            # If the argument is complete (e.g., for --define[=NAME[=VALUE]]),
             # put each word in @var, to build @address@hidden, not
diff --git a/configure.ac b/configure.ac
index f081f822..23a16a81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,3 +165,3 @@ if test "$enable_gcc_warnings" = yes; then
   gl_WARN_ADD([-Wno-sign-compare], [FLEX_SCANNER_CXXFLAGS])
-  # ... possiby in std=c++11 mode.
+  # ... possibly in std=c++11 mode.
   gl_WARN_ADD([-Wno-zero-as-null-pointer-constant], [FLEX_SCANNER_CXXFLAGS])
diff --git a/data/bison.m4 b/data/bison.m4
index 1fde740c..1a458b87 100644
--- a/data/bison.m4
+++ b/data/bison.m4
@@ -712,3 +712,3 @@ _b4_percent_define_ifdef([$1],
 # a Bison or skeleton error.  Otherwise, return its definition location in a
-# form approriate for the first two arguments of b4_warn_at, b4_complain_at, or
+# form appropriate for the first two arguments of b4_warn_at, b4_complain_at, 
or
 # b4_fatal_at.  Don't record this as a Bison usage of VARIABLE as there's no
diff --git a/data/c++.m4 b/data/c++.m4
index 5beb5f0e..0df0f5a5 100644
--- a/data/c++.m4
+++ b/data/c++.m4
@@ -113,3 +113,3 @@ m4_if(m4_bregexp(b4_namespace_ref, [^[       ]*$]), [-1], 
[],
 # 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
diff --git a/data/c.m4 b/data/c.m4
index 3d812304..9fb48ed8 100644
--- a/data/c.m4
+++ b/data/c.m4
@@ -371,3 +371,3 @@ m4_define([b4_token_enums_defines],
 # TYPE if TYPE is given, otherwise just return VAL.  The result can be
-# used safetly, it is put in parens to avoid nasty precedence issues.
+# used safely, it is put in parens to avoid nasty precedence issues.
 # TYPE is *not* put in braces, provide some if needed.
diff --git a/data/variant.hh b/data/variant.hh
index d573666b..308f7320 100644
--- a/data/variant.hh
+++ b/data/variant.hh
@@ -165,3 +165,3 @@ m4_define([b4_variant_define],
     /// unconstructed variants: it would require some dynamic testing, which
-    /// should not be the variant's responsability.
+    /// should not be the variant's responsibility.
     /// Swapping between built and (possibly) non-built is done with
diff --git a/djgpp/README.in b/djgpp/README.in
index c6154c92..e2becfaa 100644
--- a/djgpp/README.in
+++ b/djgpp/README.in
@@ -22,3 +22,3 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
        The DJGPP port of Bison offers LFN and SFN support depending on which
-       OS it is running. If LFN support is available or not is determinated at
+       OS it is running. If LFN support is available or not is determined at
        run time.  If LFN support is available (DOS session under Win9X, Win2K,
diff --git a/djgpp/config.bat b/djgpp/config.bat
index 785163c5..ae0af745 100644
--- a/djgpp/config.bat
+++ b/djgpp/config.bat
@@ -82,6 +82,6 @@ if "%1" == "no-DEP" goto NextArgument
 if "%1" == "NO-DEP" goto NextArgument
-if "%1" == "dep" goto DependecyTraking
-if "%1" == "DEP" goto DependecyTraking
+if "%1" == "dep" goto DependecyTracking
+if "%1" == "DEP" goto DependecyTracking
 goto LibiconvPrefixOption
-:DependecyTraking
+:DependecyTracking
 if "%1" == "dep" set DEPENDENCY_TRACKING=enabled
@@ -292,3 +292,3 @@ mv -f config.hin %XSRC%/lib/config.hin
 
-Rem Fixing ilicit testsuite file name.
+Rem Fixing illicit testsuite file name.
 test -f %XSRC%/tests/c++.at
@@ -302,3 +302,3 @@ mv -f ./testsuite.tmp %XSRC%/tests/testsuite
 
-Rem Fixing ilicit calc++ file names in the calc++ directory.
+Rem Fixing illicit calc++ file names in the calc++ directory.
 test -d %XSRC%/examples/calc++
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 85aea942..c646c4d9 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1407,3 +1407,3 @@ FORMULA_FONTSIZE       = 10
 
-# Use the FORMULA_TRANPARENT tag to determine whether or not the images
+# Use the FORMULA_TRANSPARENT tag to determine whether or not the images
 # generated for formulas are transparent PNGs. Transparent PNGs are not
diff --git a/doc/bison.texi b/doc/bison.texi
index e2baf0ff..b895403c 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -382,3 +382,3 @@ Frequently Asked Questions
 * I can't build Bison::         Troubleshooting
-* Where can I find help?::      Troubleshouting
+* Where can I find help?::      Troubleshooting
 * Bug Reports::                 Troublereporting
@@ -9537,3 +9537,3 @@ is very similar to the textual one, and as such it is 
easier understood by
 making direct comparisons between them.  @xref{Debugging, , Debugging Your
-Parser}, for a detailled analysis of the textual report.
+Parser}, for a detailed analysis of the textual report.
 
@@ -10246,3 +10246,3 @@ Show caret errors, in a manner similar to GCC's
 @option{-fdiagnostics-show-caret}, or Clang's
address@hidden The location provided with the message is used
address@hidden The location provided with the message is used
 to quote the corresponding line of the source file, underlining the
@@ -12357,3 +12357,3 @@ are addressed.
 * I can't build Bison::         Troubleshooting
-* Where can I find help?::      Troubleshouting
+* Where can I find help?::      Troubleshooting
 * Bug Reports::                 Troublereporting
@@ -13578,3 +13578,3 @@ London, Department of Computer Science, TR-00-12 
(December 2000).
 @c LocalWords: hexflag STR exdent itemset asis DYYDEBUG YYFPRINTF args Autoconf
address@hidden LocalWords: infile ypp yxx outfile itemx tex leaderfill 
Troubleshouting sqrt
address@hidden LocalWords: infile ypp yxx outfile itemx tex leaderfill 
Troubleshooting sqrt
 @c LocalWords: hbox hss hfill tt ly yyin fopen fclose ofirst gcc ll lookahead
diff --git a/etc/bench.pl.in b/etc/bench.pl.in
index b3f3b61e..6e52e762 100755
--- a/etc/bench.pl.in
+++ b/etc/bench.pl.in
@@ -55,3 +55,3 @@ will generate eight different cases.
 
-Predefined benches, that is, combimation between a grammar and a I<directives>
+Predefined benches, that is, combination between a grammar and a I<directives>
 request.
diff --git a/examples/test b/examples/test
index cd3d17dd..733c870b 100755
--- a/examples/test
+++ b/examples/test
@@ -25,3 +25,3 @@ exit=true
 
-# top_buiddir.
+# top_builddir.
 cwd=`pwd`
diff --git a/lib/timevar.def b/lib/timevar.def
index 37fc6f8e..00d0cd33 100644
--- a/lib/timevar.def
+++ b/lib/timevar.def
@@ -30,3 +30,3 @@
 
-   where ID is the enumeral value used to identify the timing
+   where ID is the enum value used to identify the timing
    variable, and NAME is a character string describing its purpose.  */
@@ -52,8 +52,8 @@ DEFTIMEVAR (tv_conflicts             , "conflicts")
 
-/* Time spent outputing results.  */
-DEFTIMEVAR (tv_report                , "outputing report")
-DEFTIMEVAR (tv_graph                 , "outputing graph")
-DEFTIMEVAR (tv_xml                   , "outputing xml")
+/* Time spent outputting results.  */
+DEFTIMEVAR (tv_report                , "outputting report")
+DEFTIMEVAR (tv_graph                 , "outputting graph")
+DEFTIMEVAR (tv_xml                   , "outputting xml")
 DEFTIMEVAR (tv_actions               , "parser action tables")
-DEFTIMEVAR (tv_parser                , "outputing parser")
+DEFTIMEVAR (tv_parser                , "outputting parser")
 DEFTIMEVAR (tv_m4                    , "running m4")
diff --git a/src/files.c b/src/files.c
index 06e8ea3b..b33d0720 100644
--- a/src/files.c
+++ b/src/files.c
@@ -186,3 +186,3 @@ compute_exts_from_src (const char *ext)
   /* We use this function when the user specifies `-o' or `--output',
-     so the extenions must be computed unconditionally from the file name
+     so the extensions must be computed unconditionally from the file name
      given by this option.  */
diff --git a/src/getargs.c b/src/getargs.c
index ac9f11c8..dfcf5cff 100644
--- a/src/getargs.c
+++ b/src/getargs.c
@@ -129,3 +129,3 @@ flags_argmatch (const char *opt,
  *
- *  \param FlagName  the flag familly to update.
+ *  \param FlagName  the flag family to update.
  *  \param Args      the effective sub arguments to decode.
diff --git a/src/graphviz.c b/src/graphviz.c
index ff2f4071..a5e3a5e9 100644
--- a/src/graphviz.c
+++ b/src/graphviz.c
@@ -180,4 +180,4 @@ output_red (state const *s, reductions const *reds, FILE 
*fout)
 
-      /* Build the lookahead tokens lists, one for enabled transitions and one
-         for disabled transistions. */
+      /* Build the lookahead tokens lists, one for enabled transitions
+         and one for disabled transitions. */
       bool firstd = true;
diff --git a/src/location.c b/src/location.c
index 5962ef0c..e75e67e3 100644
--- a/src/location.c
+++ b/src/location.c
@@ -139,3 +139,3 @@ location_print (location loc, FILE *out)
 
-/* Persistant data used by location_caret to avoid reopening and rereading the
+/* Persistent data used by location_caret to avoid reopening and rereading the
    same file all over for each error.  */
diff --git a/src/location.h b/src/location.h
index 25a9aa49..106048dd 100644
--- a/src/location.h
+++ b/src/location.h
@@ -109,3 +109,3 @@ unsigned location_print (location loc, FILE *out);
 
-/* Free any allocated ressources and close any open file handles that are
+/* Free any allocated resources and close any open file handles that are
    left-over by the usage of location_caret.  */
diff --git a/src/muscle-tab.h b/src/muscle-tab.h
index 4ec1ae1b..b1c59506 100644
--- a/src/muscle-tab.h
+++ b/src/muscle-tab.h
@@ -160,3 +160,3 @@ char *muscle_percent_define_get (char const *variable);
    a Bison error.  Otherwise, return its definition location in a form
-   approriate for the first argument of warn_at, complain_at, or fatal_at.
+   appropriate for the first argument of warn_at, complain_at, or fatal_at.
    Don't record this as a Bison usage of VARIABLE as there's no reason to
diff --git a/src/scan-gram.l b/src/scan-gram.l
index 2b2a7f2a..2fb05253 100644
--- a/src/scan-gram.l
+++ b/src/scan-gram.l
@@ -709,3 +709,3 @@ eqopt    ([[:space:]]*=)?
 
-  /* Tokenize '<<%' correctly (as '<<' '%') rather than incorrrectly
+  /* Tokenize '<<%' correctly (as '<<' '%') rather than incorrectly
      (as '<' '<%').  */
diff --git a/src/symtab.h b/src/symtab.h
index 63b5fba2..71ade8a7 100644
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -70,3 +70,3 @@ typedef enum
     used,
-    /** Used in the gramar (rules) but not defined (error).  */
+    /** Used in the grammar (rules) but not defined (error).  */
     needed,
@@ -309,3 +309,3 @@ typedef struct {
 
-  /** The location of its first occurence.  */
+  /** The location of its first occurrence.  */
   location location;
diff --git a/src/system.h b/src/system.h
index caca0442..fa7a060d 100644
--- a/src/system.h
+++ b/src/system.h
@@ -21,3 +21,3 @@
 
-/* flex 2.5.31 gratutiously defines macros like INT8_MIN.  But this
+/* flex 2.5.31 gratuitously defines macros like INT8_MIN.  But this
    runs afoul of pre-C99 compilers that have <inttypes.h> or
diff --git a/tests/calc.at b/tests/calc.at
index a75a1bc6..5d270dd8 100644
--- a/tests/calc.at
+++ b/tests/calc.at
@@ -572,3 +572,3 @@ calc: error: 2222 != 1])
 # Check that yyerrok works properly: second error is not reported,
-# third and fourth are.  Parse status is succesfull.
+# third and fourth are.  Parse status is succesful.
 _AT_CHECK_CALC_ERROR([$1], [0], [(* *) + (*) + (*)], [113],
diff --git a/tests/conflicts.at b/tests/conflicts.at
index 31eedb66..0ddccc15 100644
--- a/tests/conflicts.at
+++ b/tests/conflicts.at
@@ -1772,3 +1772,3 @@ AT_BISON_CHECK([[-Wno-conflicts-rr sr-rr.y]], [[0]], [[]],
 # This is piece of code is rather complex for a simple task: try every
-# combinaison of (0 or 1 real SR) x (0 or 1 real RR) x (don't %expect
+# combination of (0 or 1 real SR) x (0 or 1 real RR) x (don't %expect
 # or %expect 0, 1, or 2 SR) x (don't %expect-rr or %expect-rr 0, 1, or 2
diff --git a/tests/java.at b/tests/java.at
index 30b07bbd..50c01269 100644
--- a/tests/java.at
+++ b/tests/java.at
@@ -386,3 +386,3 @@ AT_BANNER([Java Parameters.])
 # ----------------------------------------------------------------------
-# Check that a mininal parser with DIRECTIVES compiles in Java.
+# Check that a minimal parser with DIRECTIVES compiles in Java.
 # Put the Java code in YYParser.java.
@@ -413,3 +413,3 @@ AT_JAVA_COMPILE([[YYParser.java]])
 # ---------------------------------------------------------------------
-# Check that a mininal parser with DIRECTIVES and a "%code lexer".
+# Check that a minimal parser with DIRECTIVES and a "%code lexer".
 # YYLEX is the body of yylex () which throws LEX_THROW.
@@ -531,5 +531,5 @@ AT_CHECK_JAVA_GREP([[public final strictfp class YYParser]])
 AT_CHECK_JAVA_MINIMAL([[
-%define annotations {/address@hidden @SupressWarnings("unchecked") 
@SupressWarnings({"unchecked", "deprecation"}) 
@SupressWarnings(value={"unchecked", "deprecation"})*/}
+%define annotations {/address@hidden @SuppressWarnings("unchecked") 
@SuppressWarnings({"unchecked", "deprecation"}) 
@SuppressWarnings(value={"unchecked", "deprecation"})*/}
 %define public]])
-AT_CHECK_JAVA_GREP([[/address@hidden @SupressWarnings("unchecked") 
@SupressWarnings({"unchecked", "deprecation"}) 
@SupressWarnings(value={"unchecked", "deprecation"})\*/ public class YYParser]])
+AT_CHECK_JAVA_GREP([[/address@hidden @SuppressWarnings("unchecked") 
@SuppressWarnings({"unchecked", "deprecation"}) 
@SuppressWarnings(value={"unchecked", "deprecation"})\*/ public class 
YYParser]])
 
diff --git a/tests/javapush.at b/tests/javapush.at
index 45f95914..6b5847f5 100644
--- a/tests/javapush.at
+++ b/tests/javapush.at
@@ -61,3 +61,3 @@ start: 'a' 'b' 'c' ;
 
-# Define comon code across to be includede in
+# Define comon code across to be included in
 # class Main for the trivial parser tests.
diff --git a/tests/output.at b/tests/output.at
index 6bee3147..600f82fa 100644
--- a/tests/output.at
+++ b/tests/output.at
@@ -74,3 +74,3 @@ AT_CHECK_OUTPUT([foo.y], [], [-dv -g --xml -y],
                 [y.dot y.output y.tab.c y.tab.h y.xml])
-# With '-o y.tab.c', we expect 'y.output' etc. (for compatility with Yacc).
+# With '-o y.tab.c', we expect 'y.output' etc. (for compatibility with Yacc).
 AT_CHECK_OUTPUT([foo.y], [], [-dv -g --xml -o y.tab.c],




reply via email to

[Prev in Thread] Current Thread [Next in Thread]