diff mbox series

[committed] wwwdocs: codingconventions: Fix two typos

Message ID 20221019141341.3218C33E1B@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: codingconventions: Fix two typos | expand

Commit Message

Gerald Pfeifer Oct. 19, 2022, 2:13 p.m. UTC
I looked for some typos to test whether updating individual pages now 
works smoothly again after my mass update a few days ago ran into a 
problem on the server side and left the system in "twilight zone".

Pushed.

Gerald
---
 htdocs/codingconventions.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index c793058f..9d0a3f14 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -142,7 +142,7 @@  a large batch of changes.</p>
         supported formats: <code>a/b/c/ChangeLog</code>, <code>a/b/c/ChangeLog:</code>, <code>a/b/c/</code> (where ChangeLog file lives in the folder), <code>\ta/b/c/</code> and <code>a/b/c</code></li>
     <li><code>pr_entry</code> - bug report reference <br>
         example: <code>\tPR component/12345</code></li>
-    <li><code>changelog_file</code> - a modified file mentined in a ChangeLog:
+    <li><code>changelog_file</code> - a modified file mentioned in a ChangeLog:
         supported formats: <code>\t* a/b/c/file.c:</code>, <code>\t* a/b/c/file.c (function):</code>, <code>\t* a/b/c/file1.c, a/b/c/file2.c:</code></li>
     <li><code>changelog_file_comment</code> - line that follows a <code>changelog_file</code> with description of changes in the file;
         must start with <code>\t</code></li>
@@ -154,7 +154,7 @@  a large batch of changes.</p>
 <h3>Format rules</h3>
 
 <ul>
-    <li><code>git_description</code> - optional; ends right before one of the other compoments is found</li>
+    <li><code>git_description</code> - optional; ends right before one of the other components is found</li>
     <li><code>committer_timestamp</code> - optional; when found before a <code>changelog_file</code>, then it is added
     to each changelog entry</li>
     <li><code>additional_author</code> - optional</li>