diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm
index bb3601e6d6..592e6f3be5 100644
--- a/code/modules/mob/living/silicon/robot/robot.dm
+++ b/code/modules/mob/living/silicon/robot/robot.dm
@@ -1072,7 +1072,7 @@
if(ROBOT_NOTIFICATION_NEW_MODULE) //New Module
connected_ai << "
NOTICE - [braintype] module change detected: [name] has loaded the [first_arg].
"
if(ROBOT_NOTIFICATION_MODULE_RESET)
- connected_ai << "
NOTICE - [braintype] module reset detected: [name] has unladed the [first_arg].
"
+ connected_ai << "
NOTICE - [braintype] module reset detected: [name] has unloaded the [first_arg].
"
if(ROBOT_NOTIFICATION_NEW_NAME) //New Name
if(first_arg != second_arg)
connected_ai << "
NOTICE - [braintype] reclassification detected: [first_arg] is now designated as [second_arg].
"