Fix typo
This commit is contained in:
parent
0cf6e7c507
commit
0f5ccc4aba
1 changed files with 1 additions and 1 deletions
|
|
@ -1078,7 +1078,7 @@ impl Parse {
|
|||
lib_info.as_ref(),
|
||||
)
|
||||
.with_context(|| {
|
||||
anyhow!("Failed to load langauge for path \"{}\"", path.display())
|
||||
anyhow!("Failed to load language for path \"{}\"", path.display())
|
||||
})?;
|
||||
|
||||
parse::parse_file_at_path(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue