From 962dd61348d788fa48a6554ff8a079537d67fc0a Mon Sep 17 00:00:00 2001 From: Honza Pokorny Date: Sat, 7 Jan 2017 13:07:06 -0400 Subject: [PATCH] Typo --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index a26455fb..3241b78b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -196,7 +196,7 @@ pub struct Config { #[serde(default="default_mouse_bindings")] mouse_bindings: Vec, - /// Path to a shell program to ru on startup + /// Path to a shell program to run on startup shell: Option, /// Path where config was loaded from