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 21f878ce7288573dc6ffbfed1c31a2e10df9f305 (commit) from 117cbf3d460627edd012957f91eb5516c5bd6ce6 (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 21f878ce7288573dc6ffbfed1c31a2e10df9f305 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Tue Jun 18 10:24:54 2024 +0200 codingconventions: Fix typo diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 78ef472e..c16571ca 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -1028,7 +1028,7 @@ intended to last a long time. <p> Complex hierarchies are to be avoided. Take special care with multiple inheritance. -On the rare occasion that using mulitple inheritance is indeed useful, +On the rare occasion that using multiple inheritance is indeed useful, prepare design rationales in advance, and take special care to make documentation of the entire hierarchy clear. (In particular, multiple inheritance can be an acceptable way of combining ----------------------------------------------------------------------- Summary of changes: htdocs/codingconventions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs