diff options
author | Roger Dingledine <arma@torproject.org> | 2017-09-22 17:26:29 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-09-22 17:26:29 -0400 |
commit | a1f31c0671c82f95c6a9804df52e391e54d6d614 (patch) | |
tree | 7ca4944cba09c655da0d27041e88c1387267b3b2 /src/or/statefile.c | |
parent | cbea334d6ba564c8b251ada832e26211f8172363 (diff) | |
download | tor-a1f31c0671c82f95c6a9804df52e391e54d6d614.tar.gz tor-a1f31c0671c82f95c6a9804df52e391e54d6d614.zip |
fix typo
Diffstat (limited to 'src/or/statefile.c')
-rw-r--r-- | src/or/statefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/statefile.c b/src/or/statefile.c index 2d579a0220..9ee80f2e3c 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); |