File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUNTIME_FILE_CHANGED=$(echo "${CHANGED_FILES}" | grep -e ^runtime/ | wc -l)
4848
4949echo " There are ${RUNTIME_FILE_CHANGED} file(s) changed in runtime "
5050
51- # If there are no changes in the runtime file, exit sucessfully
51+ # If there are no changes in the runtime file, exit successfully
5252if (( $RUNTIME_FILE_CHANGED == 0 ))
5353then
5454 echo -e " | ${OK} Nothing is changed in runtime"
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ pub mod pallet {
301301 /// The metadata of the given asset does not declare it as transferable
302302 /// via LiquidityPools'.
303303 AssetNotLiquidityPoolsTransferable ,
304- /// The asset is not a a wrapped token and thus cannot be
304+ /// The asset is not a wrapped token and thus cannot be
305305 /// transferred via liquidity pools.
306306 AssetNotLiquidityPoolsWrappedToken ,
307307 /// A pool could not be found.
Original file line number Diff line number Diff line change @@ -2064,7 +2064,7 @@ pub mod test {
20642064 fn replace_tranche_less_interest_than_next_works ( ) {
20652065 let mut tranches = default_tranches ( ) ;
20662066
2067- // ensure we have an interest rate lower than the the left side tranche with a
2067+ // ensure we have an interest rate lower than the left side tranche with a
20682068 // lower index, e.g. lower than 10% at index 1
20692069 let int_per_sec = Rate :: one ( ) / Rate :: saturating_from_integer ( SECS_PER_YEAR ) ;
20702070 let min_risk_buffer = Perquintill :: from_rational ( 4u64 , 5 ) ;
You can’t perform that action at this time.
0 commit comments