From 3465bf4baf199a4f9e3dfeeb24f98751bf0a71e2 Mon Sep 17 00:00:00 2001 From: Guillaume Munch Date: Wed, 4 May 2016 19:23:51 +0100 Subject: [PATCH] typo --- src/Buffer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index ac64cf2f26..3cb7aac094 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: -- 2.39.2