diff options
author | Martin Lindhe <martin-commit@ubique.se> | 2017-10-30 16:03:58 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-10-30 09:25:13 -0700 |
commit | 5b444375f22927c3661c331f3f37519940204bc0 (patch) | |
tree | 0079436834a54bd5e58e48e46a253f2a73890b6d /src/config.rs | |
parent | f646f6c9f8b04d7c880920941eccce699fba6b04 (diff) | |
download | alacritty-5b444375f22927c3661c331f3f37519940204bc0.tar.gz alacritty-5b444375f22927c3661c331f3f37519940204bc0.zip |
fix some typos in comments
Diffstat (limited to 'src/config.rs')
-rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |