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:
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user