Skip to content

Commit 828c5ac

Browse files
Fix typo in horde warning
1 parent 3699fa9 commit 828c5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/g_horde.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ const hordeDefine_t& G_HordeDefine(size_t id)
518518
if (id >= ::WAVE_DEFINES.size())
519519
{
520520
Printf(PRINT_WARNING,
521-
"Tried to access horde wave %llu but only have %llu hode defines!\n", id,
521+
"Tried to access horde wave %llu but only have %llu horde defines!\n", id,
522522
::WAVE_DEFINES.size());
523523
return EMPTY_WAVE_DEFINE;
524524
}

0 commit comments

Comments
 (0)