Merge "fixed typos from eligable to eligible and delition to deletion"

This commit is contained in:
Jenkins 2015-02-19 04:25:33 +00:00 committed by Gerrit Code Review
commit a4c90acb73
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class ImageCache(object):
"""Clean up stage 2: try to ensure cache size < threshold.
Try to delete the oldest files until conditions is satisfied
or no more files are eligable for delition.
or no more files are eligible for deletion.
:param listing: list of tuples (file name, last used time)
:param amount: amount of space to reclaim, if possible.