feat: fix typos (#1221)

Co-authored-by: GideonBear <87426140+GideonBear@users.noreply.github.com>
This commit is contained in:
Kian-Meng Ang
2025-08-12 00:15:21 +08:00
committed by GitHub
parent 91fc5e3902
commit 9f4cb8c1b6
10 changed files with 15 additions and 15 deletions

View File

@@ -815,7 +815,7 @@ pub fn run_tlmgr_update(ctx: &ExecutionContext) -> Result<()> {
cfg_if::cfg_if! {
if #[cfg(any(target_os = "linux", target_os = "android"))] {
if !ctx.config().enable_tlmgr_linux() {
return Err(SkipStep(String::from("tlmgr must be explicity enabled in the configuration to run in Android/Linux")).into());
return Err(SkipStep(String::from("tlmgr must be explicitly enabled in the configuration to run in Android/Linux")).into());
}
}
}