resources: nspawn: Update grammer for Joe
Joe says this is the correct grammar. I incorrectly changed it wrongly.
This commit is contained in:
@@ -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
|
||||
if _, err = conn.GetImage(obj.GetName()); err != nil && obj.State != stopped {
|
||||
return false, fmt.Errorf(
|
||||
"No machine or image named '%s'",
|
||||
"No machine nor image named '%s'",
|
||||
obj.GetName())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user