[tor-commits] [tor/release-0.2.5] fix typo that crept in to 0.2.4.4-alpha
arma at torproject.org
arma at torproject.org
Mon Jul 28 06:48:29 UTC 2014
commit a3d8ffe010d860b65b697767b867c3c37f186e36
Author: Roger Dingledine <arma at torproject.org>
Date: Thu Jul 24 17:07:39 2014 -0400
fix typo that crept in to 0.2.4.4-alpha
---
src/or/channel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/channel.c b/src/or/channel.c
index 964b3fc..3072eff 100644
--- a/src/or/channel.c
+++ b/src/or/channel.c
@@ -3352,7 +3352,7 @@ channel_dump_statistics(channel_t *chan, int severity)
U64_PRINTF_ARG(chan->timestamp_recv),
U64_PRINTF_ARG(now - chan->timestamp_recv));
tor_log(severity, LD_GENERAL,
- " * Channel " U64_FORMAT " last trasmitted a cell "
+ " * Channel " U64_FORMAT " last transmitted a cell "
"at " U64_FORMAT " (" U64_FORMAT " seconds ago)",
U64_PRINTF_ARG(chan->global_identifier),
U64_PRINTF_ARG(chan->timestamp_xmit),
More information about the tor-commits
mailing list