From 06b643e7f5a3b79005dd57497897ab7255fe3659 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 30 Aug 2014 17:13:16 +0200 Subject: Fix a few more typos --- CODING_STYLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CODING_STYLE') diff --git a/CODING_STYLE b/CODING_STYLE index a3fc26c1e1..05b5ecf89f 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 -- cgit v1.2.1