Spell check strings and comments

Signed-off-by: Jhon Honce <jhonce@redhat.com>

Closes: #831
Approved by: rhatdan
This commit is contained in:
Jhon Honce
2018-05-24 17:50:37 -07:00
committed by Atomic Bot
parent a7180cd545
commit 684b544e9c
24 changed files with 35 additions and 35 deletions

View File

@ -254,7 +254,7 @@ func (s *PodmanSession) OutputToStringArray() []string {
return strings.Split(output, "\n")
}
// IsJSONOutputValid attempts to unmarshall the session buffer
// IsJSONOutputValid attempts to unmarshal the session buffer
// and if successful, returns true, else false
func (s *PodmanSession) IsJSONOutputValid() bool {
var i interface{}