Fix spelling

This commit is contained in:
Jack May 2018-12-10 09:31:17 -08:00
parent ffc82c027e
commit 337c2bfd29
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ use std::env;
use std::path::PathBuf;
use std::str;
/// Dynamic link library prefixs
/// Dynamic link library prefixes
#[cfg(unix)]
const PLATFORM_FILE_PREFIX_NATIVE: &str = "lib";
#[cfg(windows)]