From b41300d81984a6b7f4e4784c6dbc763bac49d5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Wed, 13 Jul 2016 16:46:52 +0100 Subject: [PATCH] Fix typo --- src/BufferParams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BufferParams.h b/src/BufferParams.h index 7314b421b2..aecf76b981 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -382,7 +382,7 @@ public: bool use_bibtopic; /// Split the index? bool use_indices; - /// Save trensient properties? + /// Save transient properties? bool save_transient_properties; /// revision tracking for this buffer ? (this is a transient property) bool track_changes;