Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<bool> {
Ok(self
.get_key("Thread Safety")
Expand Down
Loading