summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2018-11-08 23:19:25 +0800
committerGary E. Miller <gem@rellim.com>2018-11-08 10:41:02 -0800
commit4fa4f8bb50a739f44fd122d2a2cc5be0a7701e3f (patch)
treeb63ff7d5802d59d22b10e0e9097bf8ad2e4a5253 /www
parente7b61b953b72f218ae8092b566bae65946921b44 (diff)
downloadgpsd-4fa4f8bb50a739f44fd122d2a2cc5be0a7701e3f.tar.gz
Correct typo: scratic -> static
Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'www')
-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>