@@ -577,7 +577,7 @@ mod tx {
577
577
predicate_coin_amount as usize * subsections. len( )
578
578
) ;
579
579
580
- // Upload each sub section in a separate transaction and include the predicate with the transaction.
580
+ // Upload each subsection in a separate transaction and include the predicate with the transaction.
581
581
for subsection in subsections {
582
582
let mut builder = UploadTransactionBuilder :: prepare_subsection_upload (
583
583
subsection,
@@ -637,7 +637,7 @@ mod tx {
637
637
let subsection_size = 65536 ;
638
638
let subsections = UploadSubsection :: split_bytecode ( & bytecode, subsection_size) . unwrap ( ) ;
639
639
640
- // Upload each sub section in a separate transaction and include the predicate with the transaction.
640
+ // Upload each subsection in a separate transaction and include the predicate with the transaction.
641
641
for subsection in subsections. clone ( ) {
642
642
let mut builder = UploadTransactionBuilder :: prepare_subsection_upload (
643
643
subsection,
@@ -1049,7 +1049,7 @@ mod inputs {
1049
1049
let subsection_size = 65536 ;
1050
1050
let subsections = UploadSubsection :: split_bytecode ( & bytecode, subsection_size) . unwrap ( ) ;
1051
1051
1052
- // Upload each sub section in a separate transaction and include the predicate with the transaction.
1052
+ // Upload each subsection in a separate transaction and include the predicate with the transaction.
1053
1053
for subsection in subsections. clone ( ) {
1054
1054
let mut builder = UploadTransactionBuilder :: prepare_subsection_upload (
1055
1055
subsection,
@@ -1595,7 +1595,7 @@ mod outputs {
1595
1595
// Build transaction
1596
1596
let tx = tb. build ( provider) . await . unwrap ( ) ;
1597
1597
1598
- // Send trandaction
1598
+ // Send transaction
1599
1599
provider
1600
1600
. send_transaction_and_await_commit ( tx)
1601
1601
. await
@@ -1673,7 +1673,7 @@ mod outputs {
1673
1673
let subsection_size = 65536 ;
1674
1674
let subsections = UploadSubsection :: split_bytecode ( & bytecode, subsection_size) . unwrap ( ) ;
1675
1675
1676
- // Upload each sub section in a separate transaction and include the predicate with the transaction.
1676
+ // Upload each subsection in a separate transaction and include the predicate with the transaction.
1677
1677
for subsection in subsections. clone ( ) {
1678
1678
let mut builder = UploadTransactionBuilder :: prepare_subsection_upload (
1679
1679
subsection,
0 commit comments