diff options
Diffstat (limited to 'docs/CODING-STYLE.md')
-rw-r--r-- | docs/CODING-STYLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODING-STYLE.md b/docs/CODING-STYLE.md index 8c0368e1f0..11d105edd9 100644 --- a/docs/CODING-STYLE.md +++ b/docs/CODING-STYLE.md @@ -5,7 +5,7 @@ This document is intended to be a short description of the preferred coding style to be used for the GTK source code. It was strongly inspired by Clutter's `CODING_STYLE`. -Coding style is a matter of consistency, readability and maintainance; +Coding style is a matter of consistency, readability and maintenance; coding style is also completely arbitrary and a matter of taste. This document will use examples at the very least to provide authoritative and consistent answers to common questions regarding the coding style, |