mirror of
https://github.com/containers/podman.git
synced 2025-06-27 05:26:50 +08:00
Spell check strings and comments
Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #831 Approved by: rhatdan
This commit is contained in:
@ -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{}
|
||||
|
Reference in New Issue
Block a user