From cb724352bcb67446bf40932ff8fcb3ccd692d487 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 27 Sep 2018 15:06:14 +0300 Subject: [PATCH] Fix small typo in comment --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 6e98160..55ee63d 100644 --- a/src/config.rs +++ b/src/config.rs @@ -45,7 +45,7 @@ impl Config { .arg( Arg::with_name("db_dir") .long("db-dir") - .help("Directory to store index database (deafult: ./db/)") + .help("Directory to store index database (default: ./db/)") .takes_value(true), ) .arg(