This repository was archived by the owner on Aug 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
eosio.system/include/eosio.system
eosio.token/include/eosio.token Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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]]
You can’t perform that action at this time.
0 commit comments