From: Juergen Spitzmueller Date: Sun, 28 Feb 2021 16:38:01 +0000 (+0100) Subject: grammar X-Git-Tag: 2.4-Beta1~234 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0e54e01756b40e0025af10ee396eeac79ee607b6;p=lyx.git grammar --- diff --git a/src/frontends/qt/GuiSearch.cpp b/src/frontends/qt/GuiSearch.cpp index 54e4ea6731..32a8fd15d6 100644 --- a/src/frontends/qt/GuiSearch.cpp +++ b/src/frontends/qt/GuiSearch.cpp @@ -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);