commit 1ff0816a022355d0a7200eb69eca374bd65d34c5
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Mon Nov 12 11:41:54 2018 +0100

    Typo
---
 src/BufferView.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index ce1ec72..c8a43a0 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
@@ -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.

Reply via email to