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:
commit
5c66930f21
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue