Browse Source

Fix a missing e

Marc Di Luzio 5 years ago
parent
commit
f41ecda047
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/gamemode_client.h

+ 1 - 1
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.
  */