chiark / gitweb /
Fix a few more typos
[elogind.git] / CODING_STYLE
index a3fc26c1e1b93e481a8e0ae077b2b92349316a1e..05b5ecf89f32835e0ed1b6ee3463c035b5a8e4aa 100644 (file)
   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