From 35f339e9423bb3f3b5130e954e4a03937971b0ac Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 16 Oct 2014 12:11:17 +0200 Subject: ethlog: fix typo in documentation --- ethlog/loggers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethlog/loggers.go b/ethlog/loggers.go index 732d6a970..986bb1759 100644 --- a/ethlog/loggers.go +++ b/ethlog/loggers.go @@ -6,7 +6,7 @@ Other packages use tagged logger to send log messages to shared multiple log systems. The log level can be set separately per log system. -Logging is asynchrounous and does not block the caller. Message +Logging is asynchronous and does not block the caller. Message formatting is performed by the caller goroutine to avoid incorrect logging of mutable state. */ -- cgit v1.2.3