diff --git a/ChangeLog-2012 b/ChangeLog-2012 index 33cc194f..25aff623 100644 --- a/ChangeLog-2012 +++ b/ChangeLog-2012 @@ -3702,7 +3702,7 @@ Remove trailing blanks. The epilogue has its own ending \n, no need to add another. - * 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. * data/glr.cc: dnl when extending the epilogue. Remove stray "private:". diff --git a/lib/timevar.def b/lib/timevar.def index 12cbf979..00d0cd33 100644 --- a/lib/timevar.def +++ b/lib/timevar.def @@ -50,12 +50,12 @@ DEFTIMEVAR (tv_ielr_phase3 , "IELR(1) Phase 3") DEFTIMEVAR (tv_ielr_phase4 , "IELR(1) Phase 4") 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") /* Time spent by freeing the memory :). */