Skip to content

Commit 5aa2145

Browse files
authored
chore(build): fix typo in build.rs
Refs: #439
1 parent fcd157c commit 5aa2145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ impl PHPInfo {
120120
/// Checks if thread safety is enabled.
121121
///
122122
/// # Errors
123-
/// - `PHPInfo` does not contain thread satety information
123+
/// - `PHPInfo` does not contain thread safety information
124124
pub fn thread_safety(&self) -> Result<bool> {
125125
Ok(self
126126
.get_key("Thread Safety")

0 commit comments

Comments
 (0)