Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom authored May 8, 2018
1 parent 26acd92 commit f28b9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion budgie-showtime/budgie_showtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(self, setting):
posholder.pack_end(self.apply, False, False, 0)
self.attach(posholder, 1, 9, 1, 1)
self.twelve_hrs.set_active(os.path.exists(self.twelvehrs))
# set intial states
# set initial states
timeshows = not os.path.exists(self.mute_time)
dateshows = not os.path.exists(self.mute_date)
self.runtime.set_active(timeshows)
Expand Down

0 comments on commit f28b9c6

Please sign in to comment.