typo and clippy

This commit is contained in:
Brendan Hansknecht 2023-11-06 09:12:46 -08:00
parent 23c2b15115
commit e6f5ac5d2a
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ impl OperatingSystem {
}
}
pub const fn static_libary_file_ext(&self) -> &str {
pub const fn static_library_file_ext(&self) -> &str {
match self {
OperatingSystem::Windows => "lib",
OperatingSystem::Unix => "a",