diff --git a/src/main.rs b/src/main.rs index 6bc579f..866fe26 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,7 +29,7 @@ use logging::init_logger; async fn main() { color_eyre::install().unwrap(); if unsafe { libc::geteuid() } == 0 { - crash!( AppExitCode::RunAsRoot, "Running amethyst as root is disall&owed as it can lead to system breakage. Instead, amethyst will prompt you when it needs superuser permissions"); + crash!( AppExitCode::RunAsRoot, "Running amethyst as root is disallowed as it can lead to system breakage. Instead, amethyst will prompt you when it needs superuser permissions"); } let args: Args = Args::parse();