aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-04-11 23:26:57 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-04-11 23:26:57 +0200
commitfa8d40b14e180d6c334fdc0ae8ecc8f00c31896d (patch)
treec47a641629d63aa13d7381492e295f36f912aad8 /src
parent040be66c3045c39462da0c11982be5f9093b0f2e (diff)
fix typo: Ä -> '
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 839210a..0c4c778 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -128,7 +128,7 @@ fn main() -> ExitCode {
let _run_handle = Mount::builder()
.fstype("tmpfs")
.mount("tmpfs", "/run")
- .expect("canÄt mount /run tmpfs");
+ .expect("can't mount /run tmpfs");
if process::id() != 1 {
match stdout.set_color(ColorSpec::new().set_fg(Some(Color::Red))) {