X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ff2e2d7b53edfec33a77ad1ff2b5a83f02a5be80..a934fcf84acd4cc3a351fde1b6e21a0bd93757ef:/services/api/lib/has_uuid.rb diff --git a/services/api/lib/has_uuid.rb b/services/api/lib/has_uuid.rb index 06c7d0cacf..e0a56134fc 100644 --- a/services/api/lib/has_uuid.rb +++ b/services/api/lib/has_uuid.rb @@ -45,7 +45,7 @@ module HasUuid end else if self.new_record? - self.errors.add(:uuid, "assignment not permittid") + self.errors.add(:uuid, "assignment not permitted") else self.errors.add(:uuid, "change not permitted") end