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

@ -469,7 +469,7 @@ int waybar::modules::Network::handleEvents(struct nl_msg *msg, void *data) {
}
if (!is_del_event && ifi->ifi_index == net->ifid_) {
// Update inferface information
// Update interface information
if (net->ifname_.empty() && ifname != NULL) {
std::string new_ifname (ifname, ifname_len);
net->ifname_ = new_ifname;