summaryrefslogtreecommitdiff
path: root/www/hacking.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/hacking.html.in')
-rw-r--r--www/hacking.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hacking.html.in b/www/hacking.html.in
index 939fc31a..0ebd09db 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -612,7 +612,7 @@ is easier.<p>
<ol>
<li><p>Use asserts sparingly.</p></li>
-<li><p>One valid use is to pass hints to sratic analyzers. This
+<li><p>One valid use is to pass hints to static analyzers. This
sort of assert should be guarded with, e.g., #ifdef
__COVERITY_ so we get the benefit of asserting the invariant without
the risk of the assertion failing in production.</p></li>