From 6d261cd50550d04df26022e6743e753259ac46a3 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Sun, 28 Oct 2012 23:47:12 +0100 Subject: [PATCH] Typo fix --- Headphones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)