tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit a1f31c0671c82f95c6a9804df52e391e54d6d614
parent cbea334d6ba564c8b251ada832e26211f8172363
Author: Roger Dingledine <arma@torproject.org>
Date:   Fri, 22 Sep 2017 17:26:29 -0400

fix typo

Diffstat:
Msrc/or/statefile.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);