Diff

doc/coding_style.md @ 12387:05c250fa335a

Spelling: Fix various spelling mistakes (thanks timeless) Words, sometimes I wonder how they even work Maybe I missed something.
author Kim Alvefur <zash@zash.se>
date Mon, 07 Mar 2022 00:13:56 +0100
parent 11727:f3aee8a825cc
line wrap: on
line diff
--- a/doc/coding_style.md	Sun Mar 06 15:13:50 2022 +0100
+++ b/doc/coding_style.md	Mon Mar 07 00:13:56 2022 +0100
@@ -20,7 +20,7 @@
 ```
 
 Tab width is configurable in editors, so never assume a particular width.
-Specically this means you should not mix tabs and spaces, or use tabs for
+Specifically this means you should not mix tabs and spaces, or use tabs for
 alignment of items at different indentation levels.
 
 * Use LF (Unix) line endings.