diff --git a/build.rs b/build.rs index 715105833b..6c5a27acc6 100644 --- a/build.rs +++ b/build.rs @@ -120,7 +120,7 @@ impl PHPInfo { /// Checks if thread safety is enabled. /// /// # Errors - /// - `PHPInfo` does not contain thread satety information + /// - `PHPInfo` does not contain thread safety information pub fn thread_safety(&self) -> Result { Ok(self .get_key("Thread Safety")