From dea9e9256a09e40baf4423d27d16a2646a0facac Mon Sep 17 00:00:00 2001 From: cryptoraph Date: Sun, 3 Aug 2025 00:00:29 +0200 Subject: [PATCH] fix minor typo in comment --- lib_libwasmvm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_libwasmvm.go b/lib_libwasmvm.go index 07adaf1ae..f3aa6f13e 100644 --- a/lib_libwasmvm.go +++ b/lib_libwasmvm.go @@ -575,7 +575,7 @@ func (vm *VM) IBCPacketAck( } // IBCPacketTimeout is available on IBC-enabled contracts and is called when an -// outgoing packet (previously sent by this contract) will provably never be executed. +// outgoing packet (previously sent by this contract) will probably never be executed. // Usually handled like ack returning an error func (vm *VM) IBCPacketTimeout( checksum Checksum,