Rust wrapper: cmac: fix "success" typo

This commit is contained in:
Josh Holtrop
2025-10-28 08:32:12 -04:00
parent a6cb6170b6
commit bfa04ca5be

View File

@@ -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