From ee3dd96c34a5e4b9143471a5fb1aebf094becd3e Mon Sep 17 00:00:00 2001 From: Bloop Date: Tue, 14 Feb 2023 23:50:33 -0500 Subject: [PATCH] Fixes a typo in comments (#73418) ## About The Pull Request What it says on the tin. ## Changelog Nothing any users would notice. --- code/modules/detectivework/scanner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */