Fix some typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
Elyes Haouas
2023-02-25 09:55:04 +01:00
parent 0d99d38089
commit 1af25094b7
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ Gamemode::Gamemode(const std::string& id, const Json::Value& config)
}
box_.set_spacing(iconSpacing);
// Wether to use icon or not
// Whether to use icon or not
if (config_["use-icon"].isBool()) {
useIcon = config_["use-icon"].asBool();
}