aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-19 13:16:50 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-19 13:16:50 -0800
commit87510ac77d4f20998bd7de977afdf66b26516255 (patch)
tree40b377a004c6da03e8e94d28d944a4d7c12bc9a6
parent44ce3e67315e71ee646106219200b2a7f93fd3b3 (diff)
Hungary notation -> Hungarian notation
-rw-r--r--STYLEGUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/STYLEGUIDE.md b/STYLEGUIDE.md
index bd6c5681..d3e2ca1f 100644
--- a/STYLEGUIDE.md
+++ b/STYLEGUIDE.md
@@ -99,7 +99,7 @@ Document your code using [Doxygen][dox].
## Naming
-All names in code should be `small_snake_case`. No Hungary notation is used.
+All names in code should be `small_snake_case`. No Hungarian notation is used.
Classes and structs names should be followed by `_t`.
[dox]: http://www.stack.nl/~dimitri/doxygen/ "Doxygen homepage"