X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/34173202861e94dee58ccd5b189983918813d870..6c0bf267d795a3ca49c3258c9490714c9e18d333:/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