1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 12:34:17 +00:00

py-i2phosts-fetcher: fix typo in comment

This commit is contained in:
Hidden Z 2013-09-26 16:54:25 +00:00
parent c280268486
commit 57478a6fd0

View File

@ -114,7 +114,7 @@ for source in all_sources:
if etag:
log.debug('%s: ETag: %s', source.name, etag)
source.etag = etag
# form commnd-line for invoke injector
# form command-line for invoke injector
log.info('%s: adding hosts...', source.name)
sp_args = ['py-i2phosts-injector', '-s', '-f', tmpfile, '-d',
'Auto-added from ' + source.name]