Hi Gerald,

thanks for spotting this!

Fixed with the patch below.

Best regards

        Thomas

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 f4ec340c0..94d9bb721 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>

Reply via email to