Merge "Fix minor spelling/grammar errors"

This commit is contained in:
Jenkins
2015-08-30 21:56:51 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -262,7 +262,7 @@ class JsonPatchType(wtypes.Base):
if patch.op != 'remove':
if patch.value is wsme.Unset:
msg = _("'add' and 'replace' operations needs value")
msg = _("'add' and 'replace' operations need a value")
raise wsme.exc.ClientSideError(msg)
ret = {'path': patch.path, 'op': patch.op}