[LyX/master] grammar

Juergen Spitzmueller spitz at lyx.org
Tue Mar 2 07:33:24 UTC 2021


commit 0e54e01756b40e0025af10ee396eeac79ee607b6
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Sun Feb 28 17:38:01 2021 +0100

    grammar
---
 src/frontends/qt/GuiSearch.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiSearch.cpp b/src/frontends/qt/GuiSearch.cpp
index 54e4ea6..32a8fd1 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);


More information about the lyx-cvs mailing list