fix spelling

This commit is contained in:
Anton-4 2024-03-16 14:44:36 +01:00
parent 3fadcf7bcb
commit ad4fa6a4d7
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
2 changed files with 4 additions and 4 deletions

View file

@ -98,7 +98,7 @@ impl<'a> HeaderType<'a> {
..
} => Some(name),
Self::App { .. } => {
//TODO:Eli This can be removed once module params is implimented and app names are no longer strings
//TODO:Eli This can be removed once module params is implemented and app names are no longer strings
None
}
}