mirror of
https://github.com/containers/podman.git
synced 2025-07-01 08:07:03 +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:
@ -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())
|
||||
|
Reference in New Issue
Block a user