Skip to content

Commit

Permalink
Few typos in cap-0046-11.md (#1392)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmytro Kozhevin <dmytro@stellar.org>
  • Loading branch information
C0x41lch0x41 and dmkozh authored Sep 11, 2023
1 parent 4c8ef47 commit e79ae71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/cap-0046-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.
authorization data, performs authentication, provides replay protection, and
enforces the authorization context.

In the following sections each of the components is descirbed in detail.
In the following sections each of the components is described in detail.

### Authorization Payload in Transaction

Expand Down Expand Up @@ -271,7 +271,7 @@ as specified in transaction.

`create_contract` host function pushes a special stack frame identifying that
'create contract' host function is running and implicitly calls a special
implementaiton of `require_auth(deployer)` with the arguments being
implementation of `require_auth(deployer)` with the arguments being
`CreateContractArgs` inferred from the `create_contract` arguments. The same
procedure is also applied to the `InvokeHostFunctionOp` operations with
`HOST_FUNCTION_TYPE_CREATE_CONTRACT` host function variant.
Expand Down Expand Up @@ -497,7 +497,7 @@ speicifcation and writes it to the ledger.

Due to the signature expiration verification procedure the nonce entry is
guaranteed to stay in the ledger until the signature expires. After the nonce
entyr (and thus the signature) expire, nonce value can be reused for in the new
entry (and thus the signature) expires, nonce value can be reused for in the new
`SorobanAddressCredentials` entry for the account with a new expiration ledger.

##### Important Propeties of the Algorithm
Expand Down

0 comments on commit e79ae71

Please sign in to comment.