aboutsummaryrefslogtreecommitdiffstats
path: root/ft2232_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft2232_spi.c')
-rw-r--r--ft2232_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ft2232_spi.c b/ft2232_spi.c
index ccd5f4c1..bafed40d 100644
--- a/ft2232_spi.c
+++ b/ft2232_spi.c
@@ -483,7 +483,7 @@ static int ft2232_spi_init(void)
arg = extract_programmer_param("csgpiol");
if (arg) {
csgpiol_set = true;
- msg_pwarn("Deprecation warning: `csgpiol` is deprectated and will be removed "
+ msg_pwarn("Deprecation warning: `csgpiol` is deprecated and will be removed "
"in the future.\nUse `gpiolX=C` instead.\n");
char *endptr;