From ed798d07837fd6fe0c97c7c11ec28ca2e706b862 Mon Sep 17 00:00:00 2001 From: Lennart Ochel Date: Wed, 19 Feb 2025 08:39:46 +0100 Subject: [PATCH] Fix typo in comment --- api/mraa/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/mraa/gpio.h b/api/mraa/gpio.h index ce48f820c..ecf338080 100644 --- a/api/mraa/gpio.h +++ b/api/mraa/gpio.h @@ -230,7 +230,7 @@ mraa_result_t mraa_gpio_read_dir(mraa_gpio_context dev, mraa_gpio_dir_t *dir); mraa_result_t mraa_gpio_close(mraa_gpio_context dev); /** - * Read the Gpio value. This can be 0 or 1. A resonse of -1 means that there + * Read the Gpio value. This can be 0 or 1. A response of -1 means that there * was a fatal error. * * @param dev The Gpio context