diff options
author | Tobias Frost <coldtobi@users.noreply.github.com> | 2022-09-25 13:45:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 13:45:27 +0200 |
commit | 7069d99aa6d38afb4f0b8862d9c0e28328ecfd41 (patch) | |
tree | a7740b3a53f53d7875ed4a19bf1c749afe71b947 /src/content/mod_configuration.h | |
parent | 5ced5c9b27a3c534bcbd7d095affe2f65d07e9b1 (diff) | |
download | minetest-7069d99aa6d38afb4f0b8862d9c0e28328ecfd41.tar.xz |
Fix two spelling mistakes
Co-authored-by: Tobias Frost <tobi@debian.org>
Diffstat (limited to 'src/content/mod_configuration.h')
-rw-r--r-- | src/content/mod_configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/mod_configuration.h b/src/content/mod_configuration.h index 443530485..cd825da23 100644 --- a/src/content/mod_configuration.h +++ b/src/content/mod_configuration.h @@ -73,7 +73,7 @@ public: void addGameMods(const SubgameSpec &gamespec); /** - * Adds mods specifed by a world.mt config + * Adds mods specified by a world.mt config * * @param settings_path Path to world.mt * @param modPaths Map from virtual name to mod path |