From 69a128bed130f83aadcbdebb4b5d9446686d588a Mon Sep 17 00:00:00 2001 From: Boyuan Yang <073plan@gmail.com> Date: Fri, 11 May 2018 10:54:52 +0800 Subject: Fix typo found by codespell --- src/terminal/fqterm_session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/terminal/fqterm_session.h') 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); -- cgit v1.2.3