fixing typos

This commit is contained in:
Hossein Shafagh 2019-04-11 17:17:28 -07:00
parent 6ec84a398c
commit 512e1a0bdd
1 changed files with 2 additions and 2 deletions

View File

@ -265,10 +265,10 @@ def sync_source_destination():
This celery task will sync destination and source, to make sure all new destinations are also present as source.
Some destinations do not qualify as sources, and hence should be excluded from being added as sources
We identify qualified destinations based on the sync_as_source attributed of the plugin.
The destination sync_as_source_name reviels the name of the suitable source-plugin.
The destination sync_as_source_name reveals the name of the suitable source-plugin.
We rely on account numbers to avoid duplicates.
"""
current_app.logger.debug("Syncing AWWS destinations and sources")
current_app.logger.debug("Syncing AWS destinations and sources")
for dst in destinations_service.get_all():
if add_aws_destination_to_sources(dst):