From 3f165f5a118a097758942d534f2e32d6aa889981 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 26 Aug 2025 20:21:53 +0200 Subject: fix(yt/commands/download): Fix typo --- crates/yt/src/commands/download/implm/download/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/yt/src/commands/download/implm/download/mod.rs b/crates/yt/src/commands/download/implm/download/mod.rs index 876d6e6..ab9de80 100644 --- a/crates/yt/src/commands/download/implm/download/mod.rs +++ b/crates/yt/src/commands/download/implm/download/mod.rs @@ -82,7 +82,7 @@ impl CurrentDownload { video.set_download_path(&result, &mut ops); ops.commit(app) .await - .with_context(|| format!("Failed to committ download of video: '{}'", video.title))?; + .with_context(|| format!("Failed to commit download of video: '{}'", video.title))?; info!( "Video '{}' was downlaoded to path: {}", -- cgit 1.4.1