1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00

Fixed spelling

This commit is contained in:
Volker Weißmann 2022-06-15 19:15:51 +02:00
parent a4992f55bf
commit 593901c849

View file

@ -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())
}
}