Skip to content

Commit af90ec3

Browse files
authored
fix minor typo in comment (#690)
1 parent 8e4f93d commit af90ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_libwasmvm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ func (vm *VM) IBCPacketAck(
575575
}
576576

577577
// IBCPacketTimeout is available on IBC-enabled contracts and is called when an
578-
// outgoing packet (previously sent by this contract) will provably never be executed.
578+
// outgoing packet (previously sent by this contract) will probably never be executed.
579579
// Usually handled like ack returning an error
580580
func (vm *VM) IBCPacketTimeout(
581581
checksum Checksum,

0 commit comments

Comments
 (0)