diff --git a/pyghthouse/ph.py b/pyghthouse/ph.py index 5e7ef55..1c261a9 100644 --- a/pyghthouse/ph.py +++ b/pyghthouse/ph.py @@ -160,7 +160,7 @@ def handle(self, msg): @staticmethod def print_warning(msg): - print(f"Warning: {msg['RNUM']} {msg['RESPONSE']} {', '.join(msg['WARNIGS'])}") + print(f"Warning: {msg['RNUM']} {msg['RESPONSE']} {', '.join(msg['WARNINGS'])}") class PHThread(Thread):