aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-01-12 18:38:52 -0500
committerRoger Dingledine <arma@torproject.org>2011-01-12 18:38:52 -0500
commit10d385bd71cf9e37e5388a742dd618716e22645a (patch)
tree83b152d1238c44a6bcbb50defc3a106599ade3c4 /src/common/log.c
parent9a6a8ea4665f89057229811fd5fb7354549aad6b (diff)
downloadtor-10d385bd71cf9e37e5388a742dd618716e22645a.tar
tor-10d385bd71cf9e37e5388a742dd618716e22645a.tar.gz
typos
Diffstat (limited to 'src/common/log.c')
-rw-r--r--src/common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c
index 5d98ae689..ba848077d 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -658,7 +658,7 @@ change_callback_log_severity(int loglevelMin, int loglevelMax,
UNLOCK_LOGS();
}
-/** If there are any log messages that were genered with LD_NOCB waiting to
+/** If there are any log messages that were generated with LD_NOCB waiting to
* be sent to callback-based loggers, send them now. */
void
flush_pending_log_callbacks(void)