diff --git a/README.md b/README.md index 25a955a..b6b880e 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ See [`AsyncMediaSource`] & [`AsyncMediaParser`] for more information. ## GPS Info `ExifIter` provides a convenience method for parsing gps information. (`Exif` & -`TrackInfo` also provide a `get_gps_info` mthod). +`TrackInfo` also provide a `get_gps_info` method). ```rust use nom_exif::*; diff --git a/src/lib.rs b/src/lib.rs index 2f68733..91ad17e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -170,7 +170,7 @@ //! ## GPS Info //! //! `ExifIter` provides a convenience method for parsing gps information. (`Exif` & -//! `TrackInfo` also provide a `get_gps_info` mthod). +//! `TrackInfo` also provide a `get_gps_info` method). //! //! ```rust //! use nom_exif::*; diff --git a/src/values.rs b/src/values.rs index 60ba05a..559c364 100644 --- a/src/values.rs +++ b/src/values.rs @@ -162,7 +162,7 @@ impl EntryValue { DataFormat::U8 => match components_num { 1 => Ok(Self::U8(data[0])), x => Err(Error::Unsupported(format!( - "usigned byte with {x} components" + "unsigned byte with {x} components" ))), }, DataFormat::Text => Ok(EntryValue::Text(