From f41ecda047e7b60bd0e2f5d2fd9f82104552ccb2 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 14 May 2019 20:25:54 +0100 Subject: [PATCH] Fix a missing e --- lib/gamemode_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gamemode_client.h b/lib/gamemode_client.h index 41d8ac1..a503463 100644 --- a/lib/gamemode_client.h +++ b/lib/gamemode_client.h @@ -233,7 +233,7 @@ __attribute__((always_inline)) static inline const char *gamemode_error_string(v } /** - * Redirect to the real libgamemod + * Redirect to the real libgamemode * Allow automatically requesting game mode * Also prints errors as they happen. */