diff --git a/BUILDING.md b/BUILDING.md index 946b89f..9299747 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -4,7 +4,7 @@ Building Myxer is trivial. Download this repository, Cargo, and `libpulse-dev` & ## Prebuilt Binaries -Major releases are available on the [Releases](https://github.com/Aurailus/Myxer/releases) page. If you want something more breaking edge, you can download an artifact of the lastest commit [here](https://nightly.link/Aurailus/myxer/workflows/release/master/Myxer.zip). These artifacts are untested, YMMV. +Major releases are available on the [Releases](https://github.com/Aurailus/Myxer/releases) page. If you want something more breaking edge, you can download an artifact of the latest commit [here](https://nightly.link/Aurailus/myxer/workflows/release/master/Myxer.zip). These artifacts are untested, YMMV. ## Development diff --git a/src/pulse.rs b/src/pulse.rs index b2320c8..dbdac29 100644 --- a/src/pulse.rs +++ b/src/pulse.rs @@ -56,7 +56,7 @@ enum TxMessage { /** - * Transferrable information pretaining to a stream. + * Transferrable information pertaining to a stream. */ #[derive(Debug)] diff --git a/src/window/mod.rs b/src/window/mod.rs index 493bb6c..5784d78 100644 --- a/src/window/mod.rs +++ b/src/window/mod.rs @@ -1,5 +1,5 @@ /*! - * Declares and re-exports modules pretaining to app windows. + * Declares and re-exports modules pertaining to app windows. */ mod style;