gdb: manual: fix werrors typo
authorMike Frysinger <vapier@gentoo.org>
Thu, 16 Sep 2021 00:55:09 +0000 (20:55 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 16 Sep 2021 07:27:56 +0000 (03:27 -0400)
gdb/doc/gdb.texinfo

index 5e1de7e7a70681c2bf76d7175c7f629d6d85c950..88f97012b730c8b66384a427ed172199077279e4 100644 (file)
@@ -38843,7 +38843,7 @@ different warning flags, depending on the exact version of the
 compiler you are using.
 
 @item --enable-werror
-Treat compiler warnings as werrors.  It adds the @code{-Werror} flag
+Treat compiler warnings as errors.  It adds the @code{-Werror} flag
 to the compiler, which will fail the compilation if the compiler
 outputs any warning messages.