Skip to content

Commit

Permalink
chore: update btop_collect.cpp
Browse files Browse the repository at this point in the history
recieved -> received
  • Loading branch information
eltociear authored Sep 24, 2024
1 parent f3446ed commit 05576ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netbsd/btop_collect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ namespace Net {
}
}

//? Get total recieved and transmitted bytes + device address if no ip was found
//? Get total received and transmitted bytes + device address if no ip was found
for (const auto &iface : interfaces) {
for (const string dir : {"download", "upload"}) {
auto &saved_stat = net.at(iface).stat.at(dir);
Expand Down

0 comments on commit 05576ee

Please sign in to comment.