Skip to content

Commit

Permalink
network/updater: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrssreal authored and Gerschtli committed Dec 6, 2024
1 parent 05be436 commit 1561048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/network/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn essid() -> Option<String> {
let command = process::Command::new("iwgetid", &["-r"]);
let output = command
.output()
.wrap_error(FEATURE_NAME, "essid {} could not be fetched");
.wrap_error(FEATURE_NAME, "the essid could not be fetched");

normalize_output(output)
}
Expand Down

0 comments on commit 1561048

Please sign in to comment.