From 5b444375f22927c3661c331f3f37519940204bc0 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Mon, 30 Oct 2017 16:03:58 +0100 Subject: fix some typos in comments --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 3f3b6942..768b5579 100644 --- a/src/config.rs +++ b/src/config.rs @@ -235,7 +235,7 @@ pub struct Config { #[serde(default)] custom_cursor_colors: bool, - /// Should draw bold text with brighter colors intead of bold font + /// Should draw bold text with brighter colors instead of bold font #[serde(default="true_bool")] draw_bold_text_with_bright_colors: bool, -- cgit