Typo fixes and cleanup

This commit is contained in:
Rachid Mrad 2023-12-27 19:33:48 -05:00
parent 0951faa998
commit e211a59304
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
4 changed files with 3 additions and 8 deletions

View file

@ -1354,8 +1354,8 @@ class Domain(TimeStampedModel, DomainHelper):
"""
logger.info("Changing to ready state")
logger.info("able to transition to ready state")
# if self.first_ready_at is not None, this means that his
# domain wasr READY, then not READY, then is READY again.
# if self.first_ready_at is not None, this means that this
# domain was READY, then not READY, then is READY again.
# We do not want to overwrite first_ready_at.
if self.first_ready_at is None:
self.first_ready_at = timezone.now()