Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ratoaq2 authored and labrys committed Jul 14, 2016
1 parent 35a8e28 commit d5483ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sickbeard/tv.py
Original file line number Diff line number Diff line change
Expand Up @@ -2680,7 +2680,7 @@ def _format_pattern(self, pattern=None, multi=None, anime_type=None):
else:
cur_absolute_number = self.absolute_number

if self.season != 0: # dont set absolute numbers if we are on specials !
if self.season != 0: # don't set absolute numbers if we are on specials !
if anime_type == 1: # this crazy person wants both ! (note: +=)
ep_string += sep + '%(#)03d' % {
'#': cur_absolute_number}
Expand Down Expand Up @@ -2867,7 +2867,7 @@ def rename(self):
for cur_ep in [self] + self.related_episodes:
cur_ep.check_for_meta_files()

# save any changes to the databas
# save any changes to the database
sql_l = []
with self.lock:
for rel_ep in [self] + self.related_episodes:
Expand Down

0 comments on commit d5483ca

Please sign in to comment.