commit 3465bf4baf199a4f9e3dfeeb24f98751bf0a71e2
Author: Guillaume Munch <g...@lyx.org>
Date:   Wed May 4 19:23:51 2016 +0100

    typo

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index ac64cf2..3cb7aac 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -370,8 +370,8 @@ public:
                + (with_blanks ? blank_count_ : 0);
        }
 
-       // does the buffer contains tracked changes? (if so, we automatically
-       // display the review toolbar)
+       // does the buffer contain tracked changes? (if so, we automatically
+       // display the review toolbar, for instance)
        mutable bool tracked_changes_present_;
 
 private:

Reply via email to