summaryrefslogtreecommitdiffstats
path: root/stlinkv3_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'stlinkv3_spi.c')
-rw-r--r--stlinkv3_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stlinkv3_spi.c b/stlinkv3_spi.c
index 58e7a4191..bbcad47ee 100644
--- a/stlinkv3_spi.c
+++ b/stlinkv3_spi.c
@@ -411,7 +411,7 @@ static int stlinkv3_spi_transmit(const struct flashctx *flash,
&actual_length,
USB_TIMEOUT_IN_MS);
if (rc != LIBUSB_TRANSFER_COMPLETED || (unsigned int)actual_length != read_cnt) {
- msg_perr("Failed to retrive the STLINK_BRIDGE_READ_SPI answer: '%s'\n",
+ msg_perr("Failed to retrieve the STLINK_BRIDGE_READ_SPI answer: '%s'\n",
libusb_error_name(rc));
goto transmit_err;
}