From 21a89ac46d16adcf46e88d7942c744291220913d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Nordstr=C3=B6m?= Date: Mon, 15 Jul 2019 12:21:31 +0200 Subject: [PATCH] Typo --- src/modules/sni/tray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sni/tray.cpp b/src/modules/sni/tray.cpp index 50d03842..a698a979 100644 --- a/src/modules/sni/tray.cpp +++ b/src/modules/sni/tray.cpp @@ -10,7 +10,7 @@ Tray::Tray(const std::string& id, const Bar& bar, const Json::Value& config) host_(nb_hosts_, config, std::bind(&Tray::onAdd, this, std::placeholders::_1), std::bind(&Tray::onRemove, this, std::placeholders::_1)) { spdlog::warn( - "For a functionnal tray you must have libappindicator-* installed and export " + "For a functional tray you must have libappindicator-* installed and export " "XDG_CURRENT_DESKTOP=Unity"); box_.set_name("tray"); event_box_.add(box_);