Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit fd34c86

Browse files
committed
Word misspelling quntity-> quantity
1 parent 333a8c6 commit fd34c86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contracts/eosio.system/include/eosio.system/eosio.system.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ namespace eosiosystem {
850850
*
851851
* @param payer - the ram buyer,
852852
* @param receiver - the ram receiver,
853-
* @param quant - the quntity of tokens to buy ram with.
853+
* @param quant - the quantity of tokens to buy ram with.
854854
*/
855855
[[eosio::action]]
856856
void buyram( const name& payer, const name& receiver, const asset& quant );
@@ -861,7 +861,7 @@ namespace eosiosystem {
861861
*
862862
* @param payer - the ram buyer,
863863
* @param receiver - the ram receiver,
864-
* @param bytes - the quntity of ram to buy specified in bytes.
864+
* @param bytes - the quantity of ram to buy specified in bytes.
865865
*/
866866
[[eosio::action]]
867867
void buyrambytes( const name& payer, const name& receiver, uint32_t bytes );

contracts/eosio.token/include/eosio.token/eosio.token.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace eosio {
3939
* This action issues to `to` account a `quantity` of tokens.
4040
*
4141
* @param to - the account to issue tokens to, it must be the same as the issuer,
42-
* @param quntity - the amount of tokens to be issued,
42+
* @param quantity - the amount of tokens to be issued,
4343
* @memo - the memo string that accompanies the token issue transaction.
4444
*/
4545
[[eosio::action]]

0 commit comments

Comments
 (0)