summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLucas Gabriel Schneider <casdpa@gmail.com>2020-01-15 17:15:59 -0300
committerJoel Hans <joel@netdata.cloud>2020-01-15 13:15:59 -0700
commit1d9d0982a17f2feaf1b8765b059d2de7a93bf8f9 (patch)
treea6bfa260274d48f4ef99380140de0e179df761ef /CONTRIBUTING.md
parent83d8f9138e583c9aa1f491d262658fec93d7e724 (diff)
multiple files: fix typos (#7752)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 85bf6ece49..35e45632b9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -165,7 +165,7 @@ We use several different languages and have had contributions from several peopl
For C contributions in particular, we try to respect the [Linux kernel style](https://www.kernel.org/doc/html/v4.10/process/coding-style.html), with the following exceptions:
- Use 4 space indentation instead of 8
-- We occassionally have multiple statements on a single line (e.g. `if (a) b;`)
+- We occasionally have multiple statements on a single line (e.g. `if (a) b;`)
- Allow max line length of 120 chars
- Allow opening brace at the end of a function declaration: `function() {`.
- Allow trailing comments