We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fef402d + 43a3ee2 commit af77877Copy full SHA for af77877
src/wasm/src/database/types/database_info.rs
@@ -43,7 +43,7 @@ impl From<sql::Header> for DatabaseInfo {
43
Self {
44
airac_cycle: header.cycle,
45
effective_from_to: parse_from_to(header.effective_fromto).unwrap(),
46
- previous_from_to: ("depricated".to_string(), "depricated".to_string()),
+ previous_from_to: ("deprecated".to_string(), "deprecated".to_string()),
47
}
48
49
0 commit comments