commit 50b19ff2e549bb7a1e1897ad6a3d03217028c2c7
Author: Guillaume Munch <[email protected]>
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: