Skip to content

Commit d28f0b8

Browse files
committed
chore(build): fix typo in build.rs
1 parent fcd157c commit d28f0b8

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)