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:
parent
a4992f55bf
commit
593901c849
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ impl ArticleScraper {
|
||||||
match config_files.get(&config_name) {
|
match config_files.get(&config_name) {
|
||||||
Some(config) => Ok(config.clone()),
|
Some(config) => Ok(config.clone()),
|
||||||
None => {
|
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())
|
Err(ScraperErrorKind::Config.into())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue