[tor-commits] [trunnel/master] Another spelling fix

nickm at torproject.org nickm at torproject.org
Wed Aug 9 01:02:33 UTC 2017


commit c6e8a499f5a5f00113ea268cfcef9e7676c6ed96
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Aug 8 21:02:30 2017 -0400

    Another spelling fix
---
 lib/trunnel/CodeGen.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/trunnel/CodeGen.py b/lib/trunnel/CodeGen.py
index eae0265..e7ad11c 100644
--- a/lib/trunnel/CodeGen.py
+++ b/lib/trunnel/CodeGen.py
@@ -2854,7 +2854,7 @@ MODULE_BOILERPLATE = """\
   } while (0)
 
 #if defined(__COVERITY__) || defined(__clang_analyzer__)
-/* If we're runnning a static analysis tool, we don't want it to complain
+/* If we're running a static analysis tool, we don't want it to complain
  * that some of our remaining-bytes checks are dead-code. */
 int %(csafe_fname)s_deadcode_dummy__ = 0;
 #define OR_DEADCODE_DUMMY || %(csafe_fname)s_deadcode_dummy__



More information about the tor-commits mailing list