main
Marshall Hallenbeck 2023-09-15 15:11:40 -04:00
parent 4c044abdd2
commit da127dca3d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class NXCHTTPServer(threading.Thread):
except Exception as e:
errno, message = e.args
if errno == 98 and message == "Address already in use":
logger.error("Error starting HTTP(S) server: the port is already in use, try specifying a diffrent port using --server-port")
logger.error("Error starting HTTP(S) server: the port is already in use, try specifying a different port using --server-port")
else:
logger.error(f"Error starting HTTP(S) server: {message}")