[tor-commits] [tor/master] fix typo
    arma at torproject.org 
    arma at torproject.org
       
    Fri Sep 22 21:26:38 UTC 2017
    
    
  
commit a1f31c0671c82f95c6a9804df52e391e54d6d614
Author: Roger Dingledine <arma at torproject.org>
Date:   Fri Sep 22 17:26:29 2017 -0400
    fix typo
---
 src/or/statefile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/statefile.c b/src/or/statefile.c
index 2d579a022..9ee80f2e3 100644
--- a/src/or/statefile.c
+++ b/src/or/statefile.c
@@ -409,7 +409,7 @@ or_state_load(void)
     if (apparent_skew < 0) {
       /* Initialize bootstrap event reporting because we might call
        * clock_skew_warning() before the bootstrap state is
-       * initialized, causing an asserttion failure. */
+       * initialized, causing an assertion failure. */
       control_event_bootstrap(BOOTSTRAP_STATUS_STARTING, 0);
       clock_skew_warning(NULL, (long)apparent_skew, 1, LD_GENERAL,
                          "local state file", fname);
    
    
More information about the tor-commits
mailing list