summaryrefslogtreecommitdiffstats
path: root/src/btop_tools.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/btop_tools.hpp')
-rw-r--r--src/btop_tools.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/btop_tools.hpp b/src/btop_tools.hpp
index 2502786..07f7de3 100644
--- a/src/btop_tools.hpp
+++ b/src/btop_tools.hpp
@@ -114,7 +114,7 @@ namespace Mv {
//* Save cursor position
const string save = Fx::e + "s";
- //* Restore saved cursor postion
+ //* Restore saved cursor position
const string restore = Fx::e + "u";
}
@@ -286,7 +286,7 @@ namespace Tools {
return is_in(str, "true", "True");
}
- //* Check if a string is a valid integer value (only postive)
+ //* Check if a string is a valid integer value (only positive)
inline bool isint(const string& str) {
return all_of(str.begin(), str.end(), ::isdigit);
}