Index: branches/JrCs/coding_standards.txt =================================================================== --- branches/JrCs/coding_standards.txt (revision 13) +++ branches/JrCs/coding_standards.txt (revision 14) @@ -51,7 +51,7 @@ but: if (fd < 0) 10. types, variables, functions, naming -non const variables should follow the (currently mostly used) following convention: +non const variables should follow the (currently mostly used) CamelCase convention: int myVariableIsFine; instead of : int my_variable_is_ok;