chiark / gitweb /
trivial coding style clean ups
[elogind.git] / CODING_STYLE
index 4b84479d2092b5b60e59e8b20981b6c6bce23133..c5f1e2e6c9265348ac5a10b7a03a1ed3aadc7001 100644 (file)
@@ -2,7 +2,7 @@
 - 8ch indent, no tabs
 
 - Variables and functions *must* be static, unless they have a
-  protoype, and are supposed to be exported.
+  prototype, and are supposed to be exported.
 
 - structs in MixedCase, variables + functions in lower_case