aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/test.py b/build/test.py
index ff89058..e9fb8ad 100644
--- a/build/test.py
+++ b/build/test.py
@@ -46,7 +46,7 @@ def parse_network_packet(raw_bytes):
case command.BUDDYLISTNOTIFYCMD:
print("This is a BuddyListNotifyCommand.")
case command.PROPREQCMD:
- print("This is a PropRequestCommand.")
+ print("This is a PropertyRequestCommand.")
case _:
print(f"This is an unknown command type: {command_type}.")