Fix spelling

This commit is contained in:
jo 2021-05-27 15:59:00 +02:00
parent ac17db97fc
commit 65f7b41487
23 changed files with 44 additions and 36 deletions

View file

@ -73,7 +73,7 @@ class PypoMessageHandler(Thread):
self.logger.info("Handling command: " + command)
if command == 'update_schedule':
self.logger.info("Updating schdule...")
self.logger.info("Updating schedule...")
self.pypo_queue.put(message)
elif command == 'reset_liquidsoap_bootstrap':
self.logger.info("Resetting bootstrap vars...")
@ -116,7 +116,7 @@ class PypoMessageHandler(Thread):
"""
Main loop of the thread:
Wait for schedule updates from RabbitMQ, but in case there arent any,
Wait for schedule updates from RabbitMQ, but in case there aren't any,
poll the server to get the upcoming schedule.
"""
def run(self):

View file

@ -305,7 +305,7 @@ class Recorder(Thread):
def run(self):
"""
Main loop of the thread:
Wait for schedule updates from RabbitMQ, but in case there arent any,
Wait for schedule updates from RabbitMQ, but in case there aren't any,
poll the server to get the upcoming schedule.
"""
try: