From a4db7f934d4389eeb347fb38a4a23401f0e1c198 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 26 Jul 2020 22:25:33 +0200 Subject: [PATCH] Typo and clarification --- nw/gui/doceditor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nw/gui/doceditor.py b/nw/gui/doceditor.py index b390fb23..59bb9374 100644 --- a/nw/gui/doceditor.py +++ b/nw/gui/doceditor.py @@ -1243,8 +1243,8 @@ class GuiDocEditor(QTextEdit): if self.docSearch.doMatchCap: replWith = transferCase(selText, replWith) - # Double check that we have a mach in case this is called on a - # plain word selection and not on a search + # Double check that we have a real match in case this is called + # on a regular word selection and not on a search match if not self.docSearch.isCaseSense: isMatch = searchFor.lower() == selText.lower() else: