summaryrefslogtreecommitdiffstats
path: root/src/btop_tools.hpp
diff options
context:
space:
mode:
authorJakob P. Liljenberg <admin@qvantnet.com>2024-03-01 07:58:12 +0100
committerGitHub <noreply@github.com>2024-03-01 07:58:12 +0100
commitc6fbfd1e27c27cfe89b2e272c0419e57193ea8c5 (patch)
tree3279d19ad648f1ddccb0f2858f90a4e02afaf9c7 /src/btop_tools.hpp
parent6c667402907171f3ba7ebb637e553cc6f66f4e66 (diff)
parentbfe8c20ebe3d180f7e0b6b2ac016c749ad3a996a (diff)
Merge pull request #723 from ottok/fix-spelling
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);
}