Merge PR #1358: Fix typos and gofmt files

* Fix typos
* gofmt -s files
* Add mispellings and gofmt checks to circle CI
* circleci: Install misspell in the linting step
This commit is contained in:
Dev Ojha
2018-06-25 20:23:17 +02:00
committed by Christopher Goes
parent eb097c4c5c
commit 2e97baabf6
11 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ func CodeToDefaultMsg(code CodeType) string {
case CodeUnauthorized:
return "unauthorized"
case CodeInsufficientFunds:
return "insufficent funds"
return "insufficient funds"
case CodeUnknownRequest:
return "unknown request"
case CodeInvalidAddress:
-2
View File
@@ -1,7 +1,5 @@
package types
import ()
// Gas measured by the SDK
type Gas = int64