eth: various typos

This commit is contained in:
Leif Jurvetson
2016-03-15 11:27:49 -07:00
parent e189fb839c
commit bbbe2360d0
11 changed files with 29 additions and 29 deletions

View File

@ -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