diff --git a/src/devices/Amg88xx/StatusFlagBit.cs b/src/devices/Amg88xx/StatusFlagBit.cs index ae66f90137..cf1cebd6d0 100644 --- a/src/devices/Amg88xx/StatusFlagBit.cs +++ b/src/devices/Amg88xx/StatusFlagBit.cs @@ -11,17 +11,17 @@ namespace Iot.Device.Amg88xx internal enum StatusFlagBit : byte { /// - /// Interrupt occured + /// Interrupt occurred /// INTF = 1, /// - /// Temperature output overflow occured for one or more pixel + /// Temperature output overflow occurred for one or more pixel /// OVF_IRS = 2, /// - /// Thermistor output overflow occured + /// Thermistor output overflow occurred /// Note: the bit is only menthioned in early versions of the reference specification. /// It is not clear whether this is a specification error or a change in a newer /// revision of the sensor.