Skip to content

Commit f641ba6

Browse files
committed
chore: logs typos
1 parent 7fbb748 commit f641ba6

File tree

1 file changed

+2
-2
lines changed
  • aggregation_mode/src/aggregators

1 file changed

+2
-2
lines changed

aggregation_mode/src/aggregators/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl ZKVMEngine {
7979

8080
let chunks = proofs.chunks(MAX_PROOFS_PER_AGGREGATION);
8181
info!(
82-
"Total proofs to aggregate {}. They aggregation will be perform in {} chunks",
82+
"Total proofs to aggregate {}. They aggregation will be performed in {} chunks",
8383
proofs.len(),
8484
chunks.len()
8585
);
@@ -120,7 +120,7 @@ impl ZKVMEngine {
120120

121121
let chunks = proofs.chunks(MAX_PROOFS_PER_AGGREGATION);
122122
info!(
123-
"Total proofs to aggregate {}. They aggregation will be perform in {} chunks",
123+
"Total proofs to aggregate {}. They aggregation will be performed in {} chunks",
124124
proofs.len(),
125125
chunks.len()
126126
);

0 commit comments

Comments
 (0)