mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
fix typo in exception message
This commit is contained in:
parent
4db5b94b36
commit
68012389a8
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
if "statuses" not in self._cache:
|
||||
self._fetch_cache()
|
||||
if "statuses" not in self._cache:
|
||||
raise Exception("Can't retreive status from domain info")
|
||||
raise Exception("Can't retrieve status from domain info")
|
||||
else:
|
||||
return self._cache["statuses"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue