Fix typos

Change-Id: I20745d5f30f9577622e27abf2f45220f026f65ac
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28206
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
diff --git a/mstarddc_spi.c b/mstarddc_spi.c
index f6e573a..afe4e12 100644
--- a/mstarddc_spi.c
+++ b/mstarddc_spi.c
@@ -57,7 +57,7 @@
 	} else {
 		msg_pinfo("Info: Reset command was not sent. "
 			  "Either the noreset=1 option was used, "
-			  "or an error occured.\n");
+			  "or an error occurred.\n");
 	}
 
 	if (close(mstarddc_fd) < 0) {