mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
typo
This commit is contained in:
parent
53e30a94aa
commit
9de626a905
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ pub async fn download_nc(config: &HazeConfig, version: &str) -> Result<Utf8PathB
|
|||
}
|
||||
hash_bar.finish();
|
||||
|
||||
let extract_bar = ProgressBar::new_spinner().with_message("Extracing");
|
||||
let extract_bar = ProgressBar::new_spinner().with_message("Extracting");
|
||||
extract_bar.enable_steady_tick(Duration::from_millis(100));
|
||||
let extract_bar = progress.add(extract_bar);
|
||||
let mut archive = ZipArchive::new(Cursor::new(archive)).into_diagnostic()?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue