@@ -240,12 +240,12 @@ async function createDepsOptimizer(
240
240
depOptimizationProcessingQueue . push ( depOptimizationProcessing )
241
241
242
242
// Create a new promise for the next rerun, discovered missing
243
- // dependencies will be asigned this promise from this point
243
+ // dependencies will be assigned this promise from this point
244
244
depOptimizationProcessing = newDepOptimizationProcessing ( )
245
245
}
246
246
247
247
async function optimizeNewDeps ( ) {
248
- // a succesful completion of the optimizeDeps rerun will end up
248
+ // a successful completion of the optimizeDeps rerun will end up
249
249
// creating new bundled version of all current and discovered deps
250
250
// in the cache dir and a new metadata info object assigned
251
251
// to _metadata. A fullReload is only issued if the previous bundled
@@ -391,7 +391,7 @@ async function createDepsOptimizer(
391
391
} else {
392
392
if ( newDepsDiscovered ) {
393
393
// There are newly discovered deps, and another rerun is about to be
394
- // excecuted . Avoid the current full reload discarding this rerun result
394
+ // executed . Avoid the current full reload discarding this rerun result
395
395
// We don't resolve the processing promise, as they will be resolved
396
396
// once a rerun is committed
397
397
processingResult . cancel ( )
@@ -528,7 +528,7 @@ async function createDepsOptimizer(
528
528
src : resolved ,
529
529
// Assing a browserHash to this missing dependency that is unique to
530
530
// the current state of known + missing deps. If its optimizeDeps run
531
- // doesn't alter the bundled files of previous known dependendencies ,
531
+ // doesn't alter the bundled files of previous known dependencies ,
532
532
// we don't need a full reload and this browserHash will be kept
533
533
browserHash : getDiscoveredBrowserHash (
534
534
metadata . hash ,
0 commit comments