Browse Source

py-i2phosts-fetcher: fix typo in comment

pull/1/head
Hidden Z 11 years ago
parent
commit
57478a6fd0
  1. 2
      bin/py-i2phosts-fetcher

2
bin/py-i2phosts-fetcher

@ -114,7 +114,7 @@ for source in all_sources: @@ -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]

Loading…
Cancel
Save