Skip to content

Commit

Permalink
fix: spelling mistakes and spell checker whitelists
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Apr 30, 2024
1 parent 7031759 commit 793f65d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cSpell.words": [
"gosredirector",
"redirector",
"reqwest",
"Segoe"
]
}
4 changes: 2 additions & 2 deletions src/hosts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ impl HostEntryGuard {
match Self::apply_entry() {
Ok(value) => {
if value.existing {
debug!("Host modificaiton already applied");
debug!("Host modification already applied");
} else {
debug!("Applied host modificaiton");
debug!("Applied host modification");
}
Some(value)
}
Expand Down
2 changes: 1 addition & 1 deletion src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub async fn update(http_client: reqwest::Client) {
}

show_info(
"Update successfull",
"Update successful",
"The client has been updated, restart the client now to use the new version",
);

Expand Down

0 comments on commit 793f65d

Please sign in to comment.