From 57478a6fd02fe67561e5500c9ec574b499936f98 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Thu, 26 Sep 2013 16:54:25 +0000 Subject: [PATCH] py-i2phosts-fetcher: fix typo in comment --- bin/py-i2phosts-fetcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/py-i2phosts-fetcher b/bin/py-i2phosts-fetcher index 1f9341d..c67c716 100755 --- a/bin/py-i2phosts-fetcher +++ b/bin/py-i2phosts-fetcher @@ -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]