Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Feb 19, 2024
1 parent ffaeafc commit 2c15af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/commands/lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pub fn lock_all_files<P: ProgressBars, S>(
) -> RusticResult<()> {
let p = &repo
.pb
.progress_spinner(format!("losting {file_type:?} files.."));
.progress_spinner(format!("listing {file_type:?} files.."));
let ids: Vec<_> = repo.list(file_type)?.collect();
p.finish();
lock_files(repo, file_type, &ids, until)
Expand Down

0 comments on commit 2c15af7

Please sign in to comment.