summaryrefslogtreecommitdiff
path: root/CODING_STYLE
diff options
context:
space:
mode:
authorRuben Kerkhof <ruben@rubenkerkhof.com>2014-08-30 17:13:16 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-08-30 13:46:07 -0400
commit06b643e7f5a3b79005dd57497897ab7255fe3659 (patch)
tree59905256b5b2b103caca2ef8bfc0e4d6df9aaf7c /CODING_STYLE
parentb12942e67ecbea0b852d4ab8df1d34b04e9853f8 (diff)
Fix a few more typos
Diffstat (limited to 'CODING_STYLE')
-rw-r--r--CODING_STYLE2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STYLE b/CODING_STYLE
index a3fc26c1e..05b5ecf89 100644
--- a/CODING_STYLE
+++ b/CODING_STYLE
@@ -155,7 +155,7 @@
function or a "non-logging" function. "Logging" functions do logging
on their own, "non-logging" function never log on their own and
expect their callers to log. All functions in "library" code,
- i.e. in src/shared/ and suchlike must be "non-logging". Everytime a
+ i.e. in src/shared/ and suchlike must be "non-logging". Every time a
"logging" function calls a "non-logging" function, it should log
about the resulting errors. If a "logging" function calls another
"logging" function, then it should not generate log messages, so