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

Commit b0e4e25

Browse files
authored
Merge pull request #390 from jin10086/develop
Word misspelling quntity-> quantity
2 parents 942646a + fd34c86 commit b0e4e25

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
@@ -939,7 +939,7 @@ namespace eosiosystem {
939939
*
940940
* @param payer - the ram buyer,
941941
* @param receiver - the ram receiver,
942-
* @param quant - the quntity of tokens to buy ram with.
942+
* @param quant - the quantity of tokens to buy ram with.
943943
*/
944944
[[eosio::action]]
945945
void buyram( const name& payer, const name& receiver, const asset& quant );
@@ -950,7 +950,7 @@ namespace eosiosystem {
950950
*
951951
* @param payer - the ram buyer,
952952
* @param receiver - the ram receiver,
953-
* @param bytes - the quntity of ram to buy specified in bytes.
953+
* @param bytes - the quantity of ram to buy specified in bytes.
954954
*/
955955
[[eosio::action]]
956956
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
@@ -44,7 +44,7 @@ namespace eosio {
4444
* This action issues to `to` account a `quantity` of tokens.
4545
*
4646
* @param to - the account to issue tokens to, it must be the same as the issuer,
47-
* @param quntity - the amount of tokens to be issued,
47+
* @param quantity - the amount of tokens to be issued,
4848
* @memo - the memo string that accompanies the token issue transaction.
4949
*/
5050
[[eosio::action]]

0 commit comments

Comments
 (0)