diff options
| -rw-r--r-- | crates/yt/src/commands/download/implm/download/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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: {}", |
