From a1f31c0671c82f95c6a9804df52e391e54d6d614 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 22 Sep 2017 17:26:29 -0400 Subject: [PATCH] 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 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); -- 2.11.4.GIT