From 88e116fc6124697997ca65406ad1f08e3a994b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Thu, 28 Nov 2024 15:27:58 +0100 Subject: [PATCH] chore: fix typo --- packages/vorbis_rs/src/common/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vorbis_rs/src/common/error.rs b/packages/vorbis_rs/src/common/error.rs index a95aa8d..a3e93bb 100644 --- a/packages/vorbis_rs/src/common/error.rs +++ b/packages/vorbis_rs/src/common/error.rs @@ -170,7 +170,7 @@ pub enum VorbisLibraryErrorKind { /// /// Corresponds to the low-level [`OV_EBADHEADER`](aotuv_lancer_vorbis_sys::OV_EBADHEADER) result code. BadHeader, - /// Vorbis version mistmatch, caused by the input stream declaring an unknown or incompatible Vorbis + /// Vorbis version mismatch, caused by the input stream declaring an unknown or incompatible Vorbis /// version. /// /// Corresponds to the low-level [`OV_EVERSION`](aotuv_lancer_vorbis_sys::OV_EVERSION) result code.