diff options
author | Kim Alvefur <zash@zash.se> | 2022-03-07 00:13:56 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-03-07 00:13:56 +0100 |
commit | 43351d2b54f7d8451a0e1ada7a72514c1ae1e396 (patch) | |
tree | 69239d940028f6a8a29b1f6b0524d932d1553c7b /doc | |
parent | ece896d2532cc91ea95c0194e3db439c364235eb (diff) | |
download | prosody-43351d2b54f7d8451a0e1ada7a72514c1ae1e396.tar.gz prosody-43351d2b54f7d8451a0e1ada7a72514c1ae1e396.zip |
Spelling: Fix various spelling mistakes (thanks timeless)
Words, sometimes I wonder how they even work
Maybe I missed something.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coding_style.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coding_style.md b/doc/coding_style.md index 3d831e3f..8f151b90 100644 --- a/doc/coding_style.md +++ b/doc/coding_style.md @@ -20,7 +20,7 @@ end ``` 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. |