Trivial fix to spelling mistake in dev_err error message text.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
        struct ssi_protocol *ssi = from_timer(ssi, t, rx_wd);
        struct hsi_client *cl = ssi->cl;
 
-       dev_err(&cl->device, "Watchdog trigerred\n");
+       dev_err(&cl->device, "Watchdog triggered\n");
        ssip_error(cl);
 }
 
        struct ssi_protocol *ssi = from_timer(ssi, t, tx_wd);
        struct hsi_client *cl = ssi->cl;
 
-       dev_err(&cl->device, "Watchdog trigerred\n");
+       dev_err(&cl->device, "Watchdog triggered\n");
        ssip_error(cl);
 }