fix(battery): typo

This commit is contained in:
Alexis 2018-08-10 18:04:48 +02:00
parent d728de2dd7
commit 9b2c551f2e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ waybar::modules::Battery::Battery(Json::Value config)
}
if (!_batteries.size()) {
std::cerr << "No battries." << std::endl;
std::cerr << "No batteries." << std::endl;
return;
}