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 @@ -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 );
Original file line number Diff line number Diff 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]]
You can’t perform that action at this time.
0 commit comments