diff --git a/contracts/protocol/facets/OfferHandlerFacet.sol b/contracts/protocol/facets/OfferHandlerFacet.sol index 65da1a8b7..6668e6a23 100644 --- a/contracts/protocol/facets/OfferHandlerFacet.sol +++ b/contracts/protocol/facets/OfferHandlerFacet.sol @@ -313,7 +313,7 @@ contract OfferHandlerFacet is IBosonOfferHandler, OfferBase { } /** - * @notice Internal fucntion to void a given offer, used by both single and batch void functions. + * @notice Internal function to void a given offer, used by both single and batch void functions. * Existing exchanges are not affected. * No further vouchers can be issued against a voided offer. *