Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Nov 28, 2024
1 parent d2691a5 commit 88e116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vorbis_rs/src/common/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 88e116f

Please sign in to comment.