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

Merge branch 'volker1' into 'master'

Fixed spelling

See merge request news-flash/article_scraper!7
This commit is contained in:
Jan Lukas Gernert 2022-06-16 04:11:03 +00:00
commit 5c66930f21

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