From 593901c849ee69ac52af0dbf35cface1da9a6f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Wei=C3=9Fmann?= Date: Wed, 15 Jun 2022 19:15:51 +0200 Subject: [PATCH] Fixed spelling --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2d65520..f1057e2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -357,7 +357,7 @@ impl ArticleScraper { match config_files.get(&config_name) { Some(config) => Ok(config.clone()), None => { - error!("No config file of the name '{}' fount", config_name); + error!("No config file of the name '{}' found", config_name); Err(ScraperErrorKind::Config.into()) } }