summaryrefslogtreecommitdiff
path: root/src/terminal/fqterm_text_line.h
diff options
context:
space:
mode:
authorBoyuan Yang <073plan@gmail.com>2018-05-11 10:54:52 +0800
committerIru Cai <mytbk920423@gmail.com>2018-05-11 11:07:24 +0800
commit69a128bed130f83aadcbdebb4b5d9446686d588a (patch)
tree8f1d3671a7425eb75d0e58022732cd9d1b0f2a14 /src/terminal/fqterm_text_line.h
parentae53eddc611459fa427db9c65f6213d3e817aa31 (diff)
downloadfqterm-69a128bed130f83aadcbdebb4b5d9446686d588a.tar.xz
Fix typo found by codespell
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;