From 8c3eae0d44880a219d1cea5cc2a3896220440f2b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 22:31:09 -0400 Subject: [PATCH] spelling: diagnostics --- doc/bison.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bison.texi b/doc/bison.texi index b2e96a65..5b6791f2 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -10244,7 +10244,7 @@ Activate miscellaneous @var{feature}. @var{feature} can be one of: @itemx diagnostics-show-caret Show caret errors, in a manner similar to GCC's @option{-fdiagnostics-show-caret}, or Clang's -@option{-fcaret-diagnotics}. The location provided with the message is used +@option{-fcaret-diagnostics}. The location provided with the message is used to quote the corresponding line of the source file, underlining the important part of it with carets (@samp{^}). Here is an example, using the following file @file{in.y}: