diff options
author | Felix Lange <fjl@twurst.com> | 2014-10-16 18:11:17 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2014-10-17 23:23:29 +0800 |
commit | 35f339e9423bb3f3b5130e954e4a03937971b0ac (patch) | |
tree | 6a318065065568d7f0bad6d3dcd3e8a7ed3136b9 | |
parent | fd9b03a431a9b8bb28a5b681f97e0b2d18ef7a3e (diff) | |
download | dexon-35f339e9423bb3f3b5130e954e4a03937971b0ac.tar dexon-35f339e9423bb3f3b5130e954e4a03937971b0ac.tar.gz dexon-35f339e9423bb3f3b5130e954e4a03937971b0ac.tar.bz2 dexon-35f339e9423bb3f3b5130e954e4a03937971b0ac.tar.lz dexon-35f339e9423bb3f3b5130e954e4a03937971b0ac.tar.xz dexon-35f339e9423bb3f3b5130e954e4a03937971b0ac.tar.zst dexon-35f339e9423bb3f3b5130e954e4a03937971b0ac.zip |
ethlog: fix typo in documentation
-rw-r--r-- | ethlog/loggers.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |