Skip to content

Commit 0f5ccc4

Browse files
mihaidaniel34WillLillis
authored andcommitted
Fix typo
1 parent 0cf6e7c commit 0f5ccc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ impl Parse {
10781078
lib_info.as_ref(),
10791079
)
10801080
.with_context(|| {
1081-
anyhow!("Failed to load langauge for path \"{}\"", path.display())
1081+
anyhow!("Failed to load language for path \"{}\"", path.display())
10821082
})?;
10831083

10841084
parse::parse_file_at_path(

0 commit comments

Comments
 (0)