]> git.lyx.org Git - features.git/commitdiff
typo
authorGuillaume Munch <gm@lyx.org>
Wed, 4 May 2016 18:23:51 +0000 (19:23 +0100)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:42 +0000 (17:55 -0400)
src/Buffer.cpp

index ac64cf2f2630a82ca9a41d7af31bc7f894ca3447..3cb7aac094e73250d50a8b26b385eda93dbc5e49 100644 (file)
@@ -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: