diff --git a/cronjobs/src/commands/backport_records.py b/cronjobs/src/commands/backport_records.py index 0f2bc09c..268dc8fc 100644 --- a/cronjobs/src/commands/backport_records.py +++ b/cronjobs/src/commands/backport_records.py @@ -96,7 +96,7 @@ def execute_backport( is_behind = to_create or to_update or to_delete has_pending_changes = is_behind if not is_behind: - # When this lambda is ran with a signed collection as + # When this lambda is run with a signed collection as # its destination, the destination collection is in the # workspace bucket, and will have a status field among # its metadata. diff --git a/cronjobs/src/commands/refresh_signature.py b/cronjobs/src/commands/refresh_signature.py index 2cc8fdbb..185f23f2 100644 --- a/cronjobs/src/commands/refresh_signature.py +++ b/cronjobs/src/commands/refresh_signature.py @@ -63,7 +63,7 @@ def refresh_signature() -> None: # 0. Figure out which was the source collection of this signed collection. source = get_signed_source(server_info, change) if source is None: - # Skip if change is not on a destination collection (eg. review collection) + # Skip if change is not on a destination collection (e.g. review collection) continue client = Client(