diff options
Diffstat (limited to 'docs/CodingStandards.html')
-rw-r--r-- | docs/CodingStandards.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 75d5cc83af..c331bc7caa 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -238,7 +238,7 @@ order:</p> <li>System <tt>#includes</tt></li> </ol> -<p>... and each catagory should be sorted by name.</p> +<p>... and each category should be sorted by name.</p> <p><a name="mmheader">The "Main Module Header"</a> file applies to .cpp file which implement an interface defined by a .h file. This <tt>#include</tt> |