gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH 1/8] Correct typo: scratic -> static


From: Sanjeev Gupta
Subject: [gpsd-dev] [PATCH 1/8] Correct typo: scratic -> static
Date: Thu, 8 Nov 2018 23:19:25 +0800

---
 www/hacking.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
-- 
2.19.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]