From 27e319a4c99a52d43fcc6227eebdef1a9b3ddba8 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 28 Aug 2018 21:05:23 +0100 Subject: [PATCH] Correct spelling mistakes. --- lib/pyepg/grabber/atlas.py | 2 +- lib/pyepg/main.py | 4 ++-- lib/pyepg/package/uk_freetoairsat.py | 2 +- lib/pyepg/package/uk_freetoairsathd.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/pyepg/grabber/atlas.py b/lib/pyepg/grabber/atlas.py index ffe4cdf..2dd4e3b 100755 --- a/lib/pyepg/grabber/atlas.py +++ b/lib/pyepg/grabber/atlas.py @@ -660,7 +660,7 @@ def run ( self ): # Fetch data data = atlas_fetch(u, conn) - # Processs + # Process if data and 'schedule' in data: for s in data['schedule']: if 'items' in s: diff --git a/lib/pyepg/main.py b/lib/pyepg/main.py index 0525ade..d1de712 100755 --- a/lib/pyepg/main.py +++ b/lib/pyepg/main.py @@ -63,7 +63,7 @@ def options ( name = None ): optg.add_option('--confdir', default=None, help='specify alternative configuration/cache directory') optg.add_option('-o', '--option', default=[], action='append', - help='specify arbitary configuration value') + help='specify arbitrary configuration value') optp.add_option_group(optg) # Generic Grab options @@ -499,7 +499,7 @@ def main (): # Error elif not conf.ready(): - print 'ERROR: no configuraton is available, run %s configure' % name + print 'ERROR: no configuration is available, run %s configure' % name # Run elif cmd == 'grab': diff --git a/lib/pyepg/package/uk_freetoairsat.py b/lib/pyepg/package/uk_freetoairsat.py index 0e93f72..1186c2d 100644 --- a/lib/pyepg/package/uk_freetoairsat.py +++ b/lib/pyepg/package/uk_freetoairsat.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# platform/uk_freetoairsat.py - Free to air Sattelite channel list (not HD) +# platform/uk_freetoairsat.py - Free to air Satellite channel list (not HD) # # Copyright (C) 2012 Adam Sutton # diff --git a/lib/pyepg/package/uk_freetoairsathd.py b/lib/pyepg/package/uk_freetoairsathd.py index 81d44c6..cf3310f 100644 --- a/lib/pyepg/package/uk_freetoairsathd.py +++ b/lib/pyepg/package/uk_freetoairsathd.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# platform/uk_freetoairsathd.py - Free to air Sattelite channel list +# platform/uk_freetoairsathd.py - Free to air Satellite channel list # # Copyright (C) 2012 Adam Sutton #