]> git.lyx.org Git - features.git/commitdiff
Typo
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 12 Nov 2018 10:41:54 +0000 (11:41 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:51 +0000 (14:39 +0200)
src/BufferView.cpp

index ce1ec72ad7c51901a46bb4b3b13d075b6f93543c..c8a43a0a9aa20feed1183d309ec95c88e9128ae4 100644 (file)
@@ -493,7 +493,7 @@ void BufferView::processUpdateFlags(Update::flags flags)
                return;
 
        /* FIXME We would like to avoid doing this here, since it is very
-        * expensive and is called in updateBuffer already. Howaver, even
+        * expensive and is called in updateBuffer already. However, even
         * inserting a plain character can invalidate the overly fragile
         * tables of child documents built by updateMacros. Some work is
         * needed to avoid doing that when not necessary.