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

@ -273,7 +273,7 @@ func (i *LibpodAPI) StartContainer(call ioprojectatomicpodman.VarlinkCall, name
return call.ReplyErrorOccurred(err.Error())
}
if state == libpod.ContainerStateRunning || state == libpod.ContainerStatePaused {
return call.ReplyErrorOccurred("container is alrady running or paused")
return call.ReplyErrorOccurred("container is already running or paused")
}
if err := ctr.Start(getContext()); err != nil {
return call.ReplyErrorOccurred(err.Error())