1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

fix(battery): typo

This commit is contained in:
Alexis 2018-08-10 18:04:48 +02:00
parent d728de2dd7
commit 9b2c551f2e

@ -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;
}