Skip to content

Commit 7e746c4

Browse files
cknittjfrolich
authored andcommitted
✏️ - Fix some message texts
1 parent 7f63cf1 commit 7e746c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ pub fn clean(path: &str) {
10521052
let timing_clean_compiler_assets_elapsed = timing_clean_compiler_assets.elapsed();
10531053

10541054
println!(
1055-
"{}\r{} {}Cleant compiler assets in {:.2}s",
1055+
"{}\r{} {}Cleaned compiler assets in {:.2}s",
10561056
LINE_CLEAR,
10571057
style("[1/2]").bold().dim(),
10581058
CHECKMARK,
@@ -1062,7 +1062,7 @@ pub fn clean(path: &str) {
10621062

10631063
let timing_clean_mjs = Instant::now();
10641064
print!(
1065-
"{} {} Clearing mjs files...",
1065+
"{} {} Cleaning mjs files...",
10661066
style("[2/2]").bold().dim(),
10671067
SWEEP
10681068
);
@@ -1072,7 +1072,7 @@ pub fn clean(path: &str) {
10721072
clean_mjs_files(&build_state.modules);
10731073
let timing_clean_mjs_elapsed = timing_clean_mjs.elapsed();
10741074
println!(
1075-
"{}\r{} {}Cleant mjs in {:.2}s",
1075+
"{}\r{} {}Cleaned mjs files in {:.2}s",
10761076
LINE_CLEAR,
10771077
style("[2/2]").bold().dim(),
10781078
CHECKMARK,

0 commit comments

Comments
 (0)