diff --git a/Headphones.py b/Headphones.py index 18bb7970..cf911028 100644 --- a/Headphones.py +++ b/Headphones.py @@ -116,7 +116,7 @@ def main(): # Force the http port if neccessary if args.port: http_port = args.port - logger.info('Starting Headphones on foced port: %i' % http_port) + logger.info('Starting Headphones on forced port: %i' % http_port) else: http_port = int(headphones.HTTP_PORT)