From 0d99d3808952b58fee324970c864c3210b6f99e6 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 25 Feb 2023 09:51:40 +0100 Subject: [PATCH] modules/network.cpp: Remove repeated "the" Signed-off-by: Elyes Haouas --- src/modules/network.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/network.cpp b/src/modules/network.cpp index 8409311..9e9a93a 100644 --- a/src/modules/network.cpp +++ b/src/modules/network.cpp @@ -98,7 +98,7 @@ waybar::modules::Network::Network(const std::string &id, const Json::Value &conf // Start with some "text" in the module's label_. update() will then // update it. Since the text should be different, update() will be able // to show or hide the event_box_. This is to work around the case where - // the module start with no text, but the the event_box_ is shown. + // the module start with no text, but the event_box_ is shown. label_.set_markup(""); auto bandwidth = readBandwidthUsage();