From 4e1876ac88ad1a17e95d2dd49fec3ba048f59564 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Fri, 29 Jan 2021 22:14:37 +0100 Subject: [PATCH] Fix typo in code comment --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 68ef37e..302846f 100644 --- a/src/config.rs +++ b/src/config.rs @@ -275,7 +275,7 @@ impl Config { /// variable. Otherwise, the user config directory is returned. /// /// Note that this function does not verify whether the directory at that -/// loation exists, or is a directory. +/// location exists, or is a directory. pub fn get_config_dir() -> Result { // Allow overriding the config directory by setting the // $TEALDEER_CONFIG_DIR env variable.