diff --git a/wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs b/wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs index ca6a73724..babd9d262 100644 --- a/wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs +++ b/wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs @@ -129,7 +129,7 @@ impl CMAC { /// # Returns /// /// Returns either Ok(valid) (with valid indicating if the CMAC passed in - /// is correct or not) on succe or Err(e) containing the wolfSSL library + /// is correct or not) on success or Err(e) containing the wolfSSL library /// error code value. /// /// # Example