Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/pyepg/grabber/atlas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions lib/pyepg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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':
Expand Down
2 changes: 1 addition & 1 deletion lib/pyepg/package/uk_freetoairsat.py
Original file line number Diff line number Diff line change
@@ -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 <dev@adamsutton.me.uk>
#
Expand Down
2 changes: 1 addition & 1 deletion lib/pyepg/package/uk_freetoairsathd.py
Original file line number Diff line number Diff line change
@@ -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 <dev@adamsutton.me.uk>
#
Expand Down