]> git.lyx.org Git - lyx.git/commitdiff
grammar
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 28 Feb 2021 16:38:01 +0000 (17:38 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 28 Feb 2021 16:38:01 +0000 (17:38 +0100)
src/frontends/qt/GuiSearch.cpp

index 54e4ea6731be4af88f83f921fe46651a5d7face1..32a8fd15d60498b540feb0f4bb30052dd31dee84 100644 (file)
@@ -417,7 +417,7 @@ void GuiSearchWidget::showEvent(QShowEvent * e)
 void GuiSearchWidget::findBufferChanged()
 {
        docstring search = theClipboard().getFindBuffer();
-       // update from find buffer, but only if the strings differs (else we
+       // update from find buffer, but only if the strings differ (else we
        // might end up in loops with search as you type)
        if (!search.empty() && toqstr(search) != findCO->lineEdit()->text()) {
                LYXERR(Debug::CLIPBOARD, "from findbuffer: " << search);