We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afc3c8 commit 3b1ed89Copy full SHA for 3b1ed89
rust/pact_ffi/src/verifier/mod.rs
@@ -358,7 +358,7 @@ ffi_fn! {
358
ffi_fn! {
359
/// Sets whether redirects should be automatically followed. Setting the `follow` parameter
360
/// to zero will disable following redirects.
361
- fn pactffi_verifier_set_follow_redircts(
+ fn pactffi_verifier_set_follow_redirects(
362
handle: *mut handle::VerifierHandle,
363
follow: c_uchar
364
) {
0 commit comments