Skip to content

Commit af77877

Browse files
authored
Merge pull request #31 from Navigraph/chore/typo
2 parents fef402d + 43a3ee2 commit af77877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm/src/database/types/database_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ impl From<sql::Header> for DatabaseInfo {
4343
Self {
4444
airac_cycle: header.cycle,
4545
effective_from_to: parse_from_to(header.effective_fromto).unwrap(),
46-
previous_from_to: ("depricated".to_string(), "depricated".to_string()),
46+
previous_from_to: ("deprecated".to_string(), "deprecated".to_string()),
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)