README: fix typo
authorKent Gibson <warthog618@gmail.com>
Sat, 30 Dec 2023 02:34:13 +0000 (10:34 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 2 Jan 2024 14:09:20 +0000 (15:09 +0100)
Fix typo in --enable-gpioset-interactive in TOOLS section.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
README

diff --git a/README b/README
index 962dc06a3706518c6027a3a3f293429cb04b788e..69128dc76b6e8f11c827b95d8f126f0c98f53a9b 100644 (file)
--- a/README
+++ b/README
@@ -134,7 +134,7 @@ Examples:
     # Blink an LED on GPIO22 at 1Hz with a 20% duty cycle
     $ gpioset -t200ms,800ms GPIO22=1
 
-    # Set some lines interactively (requires --enable-gpioset-interative)
+    # Set some lines interactively (requires --enable-gpioset-interactive)
     $ gpioset --interactive --unquoted GPIO23=inactive GPIO24=active
     gpioset> get
     GPIO23=inactive GPIO24=active