On Tue, 22 Mar 2022, Pokechu22 via Gcc-patches wrote: > htdocs/codingconventions.html | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
Thank you for this patch, and apologies it fell through the cracks. Applying your patch I found that I independently had discovered and fixed the first two items half a year later via commit 69102e7bf8c4afdc6380e0e6547c84cc5649eae5 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Wed Oct 19 16:11:10 2022 +0200 codingconventions: Fix two typos The third hunk, though, was still there, and I fixed this now: > -On the rare occasion that using mulitple inheritance is indeed useful, > +On the rare occasion that using multiple inheritance is indeed useful, Thank you for pointing these out. Gerald