diff --git a/src/backend.lua b/src/backend.lua index 8a08a64..a19e5ba 100644 --- a/src/backend.lua +++ b/src/backend.lua @@ -11,7 +11,7 @@ end if utils.endsWith(config.name, ".kst") then - print("The krist name in config should not inculde `.kst`.") + print("The krist name in config should not include `.kst`.") return end @@ -51,7 +51,7 @@ function handleTransaction(transaction) if not utils.productsIncludes(products, transaction.sent_metaname) then kristly.makeTransaction(config.pkey, transaction.from, transaction.value, - "message=Hey! The item `" .. transaction.sent_metaname .. "` is not avaiable.") + "message=Hey! The item `" .. transaction.sent_metaname .. "` is not available.") return end