From 9b57c8ef3f9c1b7f19c37b7d6e19027d0c0af950 Mon Sep 17 00:00:00 2001 From: yuni <85034901+yuniruyuni@users.noreply.github.com> Date: Tue, 25 Apr 2023 23:19:00 +0900 Subject: [PATCH] fix: typo Co-authored-by: 0/0 --- src/whisper_ctx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/whisper_ctx.rs b/src/whisper_ctx.rs index 635d9e8..ec761a9 100644 --- a/src/whisper_ctx.rs +++ b/src/whisper_ctx.rs @@ -60,7 +60,7 @@ impl WhisperContext { /// Create a new state object, ready for use. /// /// # Returns - /// Ok(WhieperState) on success, Err(WhisperError) on failure. + /// Ok(WhisperState) on success, Err(WhisperError) on failure. /// /// # C++ equivalent /// `struct whisper_state * whisper_init_state(struct whisper_context * ctx);`