apply_local.rs: s/Coult/Could

This commit is contained in:
Zhaofeng Li 2020-12-29 12:05:06 -08:00
parent 60d6475897
commit 4c1ce95c15

View file

@ -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);
}