Fixes a typo in comments (#73418)

## About The Pull Request

What it says on the tin.
## Changelog

Nothing any users would notice.
This commit is contained in:
Bloop
2023-02-14 21:50:33 -07:00
committed by GitHub
parent f4e8feaba1
commit ee3dd96c34
+1 -1
View File
@@ -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
*/