diff options
author | Leif Jurvetson <leijurv@gmail.com> | 2016-03-16 02:27:49 +0800 |
---|---|---|
committer | Leif Jurvetson <leijurv@gmail.com> | 2016-03-16 02:27:49 +0800 |
commit | bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db (patch) | |
tree | 93afcd1ed8c3661a9ff736ff32c410bfeece39db /eth/downloader/api.go | |
parent | e189fb839c688b418b43ad6533111c246c109a93 (diff) | |
download | dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar.gz dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar.bz2 dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar.lz dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar.xz dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar.zst dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.zip |
eth: various typos
Diffstat (limited to 'eth/downloader/api.go')
-rw-r--r-- | eth/downloader/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/downloader/api.go b/eth/downloader/api.go index 6df911fee..13d0ed46e 100644 --- a/eth/downloader/api.go +++ b/eth/downloader/api.go @@ -20,7 +20,7 @@ import ( "github.com/ethereum/go-ethereum/rpc" ) -// PublicDownloaderAPI provides an API which gives informatoin about the current synchronisation status. +// PublicDownloaderAPI provides an API which gives information about the current synchronisation status. // It offers only methods that operates on data that can be available to anyone without security risks. type PublicDownloaderAPI struct { d *Downloader |