resources: nspawn: Update grammer for Joe

Joe says this is the correct grammar. I incorrectly changed it wrongly.
This commit is contained in:
James Shubin
2016-11-18 16:15:21 -05:00
parent fb5da76247
commit 32bd96b6e2

View File

@@ -224,7 +224,7 @@ func (obj *NspawnRes) CheckApply(apply bool) (checkok bool, err error) {
// error if we need the image ignore if we don't // error if we need the image ignore if we don't
if _, err = conn.GetImage(obj.GetName()); err != nil && obj.State != stopped { if _, err = conn.GetImage(obj.GetName()); err != nil && obj.State != stopped {
return false, fmt.Errorf( return false, fmt.Errorf(
"No machine or image named '%s'", "No machine nor image named '%s'",
obj.GetName()) obj.GetName())
} }
} }