Skip to content

Commit b71f79e

Browse files
committed
typos
1 parent 8a9f62a commit b71f79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topiary-config/src/language.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ impl Language {
142142
) -> Result<topiary_tree_sitter_facade::Language, TopiaryConfigFetchingError> {
143143
let library_path = self.library_path()?;
144144

145-
// Ensure the comile exists
145+
// Ensure the compile exists
146146
if !library_path.is_file() {
147147
match &self.config.grammar.source {
148148
GrammarSource::Git(git_source) => {

0 commit comments

Comments
 (0)