docs: fix spelling in comments (#6002)

This commit is contained in:
hustrust
2025-11-12 21:23:45 +08:00
committed by GitHub
parent 2ebc2ca885
commit 5fc07e3979
12 changed files with 13 additions and 13 deletions

View File

@@ -6808,7 +6808,7 @@ class NFTokenBaseUtil_test : public beast::unit_test::suite
mintAndCreateSellOffer(env, alice, XRP(0));
// Bob can accept the offer because the new NFT is stored in
// an existing NFTokenPage so no new reserve is requried
// an existing NFTokenPage so no new reserve is required
env(token::acceptSellOffer(bob, sellOfferIndex));
env.close();
}