Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Nov 1, 2013
1 parent ed65027 commit 2adf65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloadfile.py
Expand Up @@ -24,7 +24,7 @@
class DownloadFile:

def get_file(self, url, filename):
msg = 'Downloading file \'{0}\' tot {1}'.format(url, filename)
msg = 'Downloading file \'{0}\' to {1}'.format(url, filename)
logging.info(msg)

infile = urllib2.urlopen(url)
Expand Down

0 comments on commit 2adf65a

Please sign in to comment.