]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo that crept in to 0.2.4.4-alpha
authorRoger Dingledine <arma@torproject.org>
Thu, 24 Jul 2014 21:07:39 +0000 (17:07 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 24 Jul 2014 21:07:39 +0000 (17:07 -0400)
src/or/channel.c

index 964b3fcac34d468ea5d2ac55ad968c5c3e86cc25..3072effc8f285d7c9174b31fb49a952b3fb03eea 100644 (file)
@@ -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),