Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmBored authored Jan 6, 2025
1 parent 5535f50 commit 7bf1dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osx/btop_collect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ namespace Mem {

mach_port_t libtop_master_port;
if (IOMasterPort(bootstrap_port, &libtop_master_port)) {
Logger::error("errot getting master port");
Logger::error("error getting master port");
return;
}
/* Get the list of all drive objects. */
Expand Down

0 comments on commit 7bf1dab

Please sign in to comment.