diff --git a/code/modules/detectivework/scanner.dm b/code/modules/detectivework/scanner.dm index 212dece9b51..b8f59894174 100644 --- a/code/modules/detectivework/scanner.dm +++ b/code/modules/detectivework/scanner.dm @@ -43,7 +43,7 @@ addtimer(CALLBACK(src, PROC_REF(safe_print_report)), 10 SECONDS) /** - * safe_print_repot - a wrapper proc for print_report + * safe_print_report - a wrapper proc for print_report * * Calls print_report(), and should a runtime occur within we can still reset the 'busy' state */