Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Found via `typos --format brief`
  • Loading branch information
kianmeng committed Nov 8, 2022
1 parent f8a48f1 commit 2d68f06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/pulse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ enum TxMessage {


/**
* Transferrable information pretaining to a stream.
* Transferrable information pertaining to a stream.
*/

#[derive(Debug)]
Expand Down
2 changes: 1 addition & 1 deletion src/window/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Declares and re-exports modules pretaining to app windows.
* Declares and re-exports modules pertaining to app windows.
*/

mod style;
Expand Down

0 comments on commit 2d68f06

Please sign in to comment.