This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".
The branch, master has been updated
via 5214dd59ebe316ac69e6260070eac4687d8ea976 (commit)
from dc0b044bc5959108c1bc1d3cc55b97466a7ff583 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5214dd59ebe316ac69e6260070eac4687d8ea976
Author: Thomas Koenig <[email protected]>
Date: Mon Jun 29 12:28:51 2026 +0200
Fix typos from last Fortran changes commit
* gcc-wwwdocs/htdocs/gcc-17: Fix typos (effective, double
"option").
diff --git a/htdocs/gcc-17/changes.html b/htdocs/gcc-17/changes.html
index f4ec340c..94d9bb72 100644
--- a/htdocs/gcc-17/changes.html
+++ b/htdocs/gcc-17/changes.html
@@ -89,11 +89,11 @@ a work-in-progress.</p>
<li> The
<a
href="https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable">
<code>-Wunused-but-set-variables</code> </a> option is now
- effecive for Fortran.
+ also effective for Fortran.
</li>
<li> The new option
<a
href="https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wundefined-vars">
- <code>-Wundefined-vars</code></a> option, enabled
+ <code>-Wundefined-vars</code></a>, enabled
by <code>-Wall</code>, warns about variables that are used that
have not been defined (i.e. have no value assigned to them).
</li>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-17/changes.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
gcc-wwwdocs