summaryrefslogtreecommitdiffstats
path: root/src/btop_tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/btop_tools.cpp')
-rw-r--r--src/btop_tools.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/btop_tools.cpp b/src/btop_tools.cpp
index 8a85ed4..d1351e4 100644
--- a/src/btop_tools.cpp
+++ b/src/btop_tools.cpp
@@ -89,7 +89,7 @@ namespace Term {
}
bool refresh(bool only_check) {
- // Query dimensions of '/dev/tty' of the 'STDOUT_FILENO' isn't avaiable.
+ // Query dimensions of '/dev/tty' of the 'STDOUT_FILENO' isn't available.
// This variable is set in those cases to avoid calls to ioctl
constinit static bool uses_dev_tty = false;
struct winsize wsize {};
@@ -644,7 +644,7 @@ namespace Logger {
size_t loglevel;
fs::path logfile;
- //* Wrapper for lowering priviliges if using SUID bit and currently isn't using real userid
+ //* Wrapper for lowering privileges if using SUID bit and currently isn't using real userid
class lose_priv {
int status = -1;
public: