Fix spelling errors

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
Elyes HAOUAS
2021-10-02 18:13:17 +02:00
parent 7af6e8413c
commit f18eb71ad7
5 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@ void Tray::onRemove(std::unique_ptr<Item>& item) {
}
auto Tray::update() -> void {
// Show tray only when items are availale
// Show tray only when items are available
box_.set_visible(!box_.get_children().empty());
// Call parent update
AModule::update();