diff --git a/src/machine/machine_nrf.go b/src/machine/machine_nrf.go index c36a062977..a7d1eeb08e 100644 --- a/src/machine/machine_nrf.go +++ b/src/machine/machine_nrf.go @@ -551,7 +551,7 @@ func handleSoftDeviceEvents() { return // TODO: nrf51 etc } if result != 0 { - // Some error occured. The only possible error is + // Some error occurred. The only possible error is // NRF_ERROR_NOT_FOUND, which means there are no more events. return }