Fix typo sucessfully -> successfully

This commit is contained in:
Simon Warta 2021-05-18 11:29:39 +02:00
parent 4c4c181e40
commit b62c4b4b58
4 changed files with 4 additions and 4 deletions

View File

@ -100,7 +100,7 @@ export interface BroadcastTxSuccess {
}
/**
* The response after sucessfully broadcasting a transaction.
* The response after successfully broadcasting a transaction.
* Success or failure refer to the execution result.
*
* The name is a bit misleading as this contains the result of the execution

View File

@ -57,7 +57,7 @@ describe("DefaultValueProducer", () => {
expect(error).toEqual("oh no :(");
done();
},
complete: () => done.fail("Stream must not complete sucessfully"),
complete: () => done.fail("Stream must not complete successfully"),
});
producer.update(1);

View File

@ -73,7 +73,7 @@ export interface BroadcastTxSyncResponse extends TxData {
}
/**
* Returns true iff transaction made it sucessfully into the transaction pool
* Returns true iff transaction made it successfully into the transaction pool
*/
export function broadcastTxSyncSuccess(res: BroadcastTxSyncResponse): boolean {
// code must be 0 on success

View File

@ -73,7 +73,7 @@ export interface BroadcastTxSyncResponse extends TxData {
}
/**
* Returns true iff transaction made it sucessfully into the transaction pool
* Returns true iff transaction made it successfully into the transaction pool
*/
export function broadcastTxSyncSuccess(res: BroadcastTxSyncResponse): boolean {
// code must be 0 on success