Skip to content

Commit 3c9de5b

Browse files
committed
fix typo
1 parent caed520 commit 3c9de5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rewatch/src/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ pub fn initialize_build(
238238

239239
if show_progress {
240240
if snapshot_output {
241-
println!("Cleant {}/{}", diff_cleanup, total_cleanup)
241+
println!("Cleaned {}/{}", diff_cleanup, total_cleanup)
242242
} else {
243243
println!(
244-
"{}{} {}Cleant {}/{} {:.2}s",
244+
"{}{} {}Cleaned {}/{} {:.2}s",
245245
LINE_CLEAR,
246246
style("[4/7]").bold().dim(),
247247
SWEEP,

rewatch/src/build/clean.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ pub fn clean(
393393

394394
if !snapshot_output && show_progress {
395395
println!(
396-
"{}{} {}Cleant compiler assets in {:.2}s",
396+
"{}{} {}Cleaned compiler assets in {:.2}s",
397397
LINE_CLEAR,
398398
style("[1/2]").bold().dim(),
399399
SWEEP,

0 commit comments

Comments
 (0)