From 26a9bb50d54bbdcfdb67e41626569de42a46e735 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 17 Oct 2014 14:44:17 -0400 Subject: [PATCH] Fix spelling mistake --- data/model/legacy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/model/legacy.py b/data/model/legacy.py index 175ac0a02..d755df3ae 100644 --- a/data/model/legacy.py +++ b/data/model/legacy.py @@ -1392,7 +1392,7 @@ def garbage_collect_repository(namespace_name, repository_name): logger.info('Cleaning up unreferenced images: %s', to_remove) Image.delete().where(Image.id << list(to_remove)).execute() - # We are going to make the concious decision to not delete image storage inside the transaction + # We are going to make the conscious decision to not delete image storage inside the transaction # This may end up producing garbage in s3, trading off for higher availability in the database def placements_query_to_paths_set(placements_query): return {(placement.location.name, config.store.image_path(placement.storage.uuid))