From 61eb3f5994dd6fb605be45ca19fed0dbb1aa9ff2 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Mon, 1 May 2023 11:23:12 +0200 Subject: [PATCH] doc: fix typo --- qplaintexteditsearchwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qplaintexteditsearchwidget.cpp b/qplaintexteditsearchwidget.cpp index e95cecb..d89f27d 100644 --- a/qplaintexteditsearchwidget.cpp +++ b/qplaintexteditsearchwidget.cpp @@ -392,7 +392,7 @@ bool QPlainTextEditSearchWidget::doSearch(bool searchDown, */ void QPlainTextEditSearchWidget::doSearchCount() { // Note that we are moving the anchor, so the search will start from the top - // again! Alternative: Restore cursor position afterwards, but then we will + // again! Alternative: Restore cursor position afterward, but then we will // not know // at what _currentSearchResult we currently are _textEdit->moveCursor(QTextCursor::Start, QTextCursor::MoveAnchor);