From 87d893093f5c8c4b58e398b1a6e08e810a37cf63 Mon Sep 17 00:00:00 2001 From: Benjamin Vernoux Date: Wed, 11 Feb 2015 18:17:52 +0100 Subject: [PATCH] Fixed typo --- airspy-tools/src/airspy_gpiodir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airspy-tools/src/airspy_gpiodir.c b/airspy-tools/src/airspy_gpiodir.c index 9569a73..6a1abb7 100644 --- a/airspy-tools/src/airspy_gpiodir.c +++ b/airspy-tools/src/airspy_gpiodir.c @@ -162,7 +162,7 @@ int write_port_pin(struct airspy_device* device, if( result == AIRSPY_SUCCESS ) { printf("0x%02X -> gpiodir[%1d][%2d]\n", value, port_number, pin_number); } else { - printf("airspy_r820t_write() failed: %s (%d)\n", airspy_error_name(result), result); + printf("airspy_gpiodir_write() failed: %s (%d)\n", airspy_error_name(result), result); } return result;