From 7b204b72bbacbb06f9b60dd8ca5beac7246df5c9 Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 12 Jan 2024 14:17:50 -0800 Subject: [PATCH] fix comment typo --- include/timeout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/timeout.h b/include/timeout.h index be4a28801..ab4f963aa 100644 --- a/include/timeout.h +++ b/include/timeout.h @@ -25,7 +25,7 @@ enum timer_type { * Timeout functions. Add an enum here, then put it in the table * in timeout.c. "One more level of indirection will fix everything." * Also add it to timerstr[] in nhl_get_timertype(nhlua.c); the entries - * there match these but are spelled diffently. + * there match these but are spelled differently. * * Note: if any are inserted, removed, or reordered then EDITLEVEL * needs to be incremented because timeout indices get written into save