doc/coding_style.md
changeset 12391 05c250fa335a
parent 11731 f3aee8a825cc
--- 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.