fix spelling

This commit is contained in:
Martin Konecny 2012-07-03 16:43:33 -04:00
parent 619f17b2f9
commit 7f66d735a1

View file

@ -66,7 +66,7 @@ class PypoFile(Thread):
if src_size != dst_size:
do_copy = True
else:
self.logger.debug("file %s already exists in local cache as %s, skipping cpoying..." % (src, dst))
self.logger.debug("file %s already exists in local cache as %s, skipping copying..." % (src, dst))
media_item['already_exist'] = True
else:
do_copy = True