common/usbpd/tps65987.c: fix typo - Occured -> Occurred

Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
This commit is contained in:
Michał Kopeć
2025-08-29 11:55:58 +02:00
committed by Filip Lewiński
parent 95b756dff2
commit b2e45e936e
+1 -1
View File
@@ -50,7 +50,7 @@ enum {
USBPD_MODE_DISC,
// Other values indicate limited functionality
USBPD_MODE_UNKNOWN,
// An error occured while reading mode
// An error occurred while reading mode
USBPD_MODE_I2C_ERR,
};