diff options
author | Kim Alvefur <zash@zash.se> | 2018-02-04 01:51:25 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-02-04 01:51:25 +0100 |
commit | b1235c60a71fe55ac329580a6792e04fba9a4d04 (patch) | |
tree | 284e796694d96d55a3f24db148b6f95290c768fe /doc/coding_style.txt | |
parent | 78c3f2328fd098579c036a5fc8b0cb5bf6fdc633 (diff) | |
download | prosody-b1235c60a71fe55ac329580a6792e04fba9a4d04.tar.gz prosody-b1235c60a71fe55ac329580a6792e04fba9a4d04.zip |
Fix spelling throughout the codebase [codespell]
Diffstat (limited to 'doc/coding_style.txt')
-rw-r--r-- | doc/coding_style.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coding_style.txt b/doc/coding_style.txt index c9113e81..af44da1a 100644 --- a/doc/coding_style.txt +++ b/doc/coding_style.txt @@ -7,7 +7,7 @@ Please try to follow, and feel free to fix code you see not following this stand == Spacing == -No space between function names and parenthesis and parenthesis and paramters: +No space between function names and parenthesis and parenthesis and parameters: function foo(bar, baz) |