summaryrefslogtreecommitdiff
path: root/src/terminal/fqterm_text_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal/fqterm_text_line.h')
-rw-r--r--src/terminal/fqterm_text_line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal/fqterm_text_line.h b/src/terminal/fqterm_text_line.h
index 72ff4c0..cb47d4d 100644
--- a/src/terminal/fqterm_text_line.h
+++ b/src/terminal/fqterm_text_line.h
@@ -112,7 +112,7 @@ class FQTermTextLine {
void deleteText(unsigned cell_begin, unsigned cell_end);
void deleteAllText();
- // If cell_begin is a begining of a readable character, return
+ // If cell_begin is a beginning of a readable character, return
// cell_begin itself, otherwise return the previous cell which starts a
// readable character.
unsigned getCellBegin(unsigned cell_begin) const;