summaryrefslogtreecommitdiff
path: root/src/terminal/fqterm_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal/fqterm_session.h')
-rw-r--r--src/terminal/fqterm_session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terminal/fqterm_session.h b/src/terminal/fqterm_session.h
index e28a590..17e35d0 100644
--- a/src/terminal/fqterm_session.h
+++ b/src/terminal/fqterm_session.h
@@ -133,7 +133,7 @@ class FQTermSession: public QObject {
static const QString protocolPrefix[];
PageState getPageState();
- // Set current cursor postion to pt,
+ // Set current cursor position to pt,
// return whether the selection rectangle is changed.
// the output parameter rc be a rectangle including both
// the new and the old selection region.
@@ -163,7 +163,7 @@ class FQTermSession: public QObject {
// Set current screen start line to help detect cursor type
- // and select rectangle corresponding to current cursor postion.
+ // and select rectangle corresponding to current cursor position.
void setScreenStart(int);