typo: greather => greater

This commit is contained in:
KotIsOff
2025-10-14 20:46:38 +03:00
parent 5755c616f3
commit f3ed3d26c8
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ namespace gui {
runnable onDownPressed;
/// @brief Is current input valid
bool valid = true;
/// @brief Text input pointer, value may be greather than text length
/// @brief Text input pointer, value may be greater than text length
size_t caret = 0;
/// @brief Actual local (line) position of the caret on vertical move
size_t maxLocalCaret = 0;