forked from DGNum/colmena
apply_local.rs: s/Coult/Could
This commit is contained in:
parent
60d6475897
commit
4c1ce95c15
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pub async fn run(_global_args: &ArgMatches<'_>, local_args: &ArgMatches<'_>) {
|
|||
quit::with_code(5);
|
||||
}
|
||||
} else {
|
||||
log::error!("Coult not detect the OS version from /etc/os-release.");
|
||||
log::error!("Could not detect the OS version from /etc/os-release.");
|
||||
quit::with_code(5);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue