From 7e8be239f81e8ec8964000ab7a8d21e2cdb71f18 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Wed, 30 May 2018 23:36:57 +0100 Subject: [PATCH] pio: fix typo in help message Signed-off-by: Andre Przywara --- pio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pio.c b/pio.c index 4bcdc18..d42cea0 100644 --- a/pio.c +++ b/pio.c @@ -179,7 +179,7 @@ static void usage(int rc ) fprintf(stderr," Pxx*count Oscillate GPIO output (mmap mode only)\n"); fprintf(stderr," Pxx?pull Configure GPIO input\n"); fprintf(stderr," clean Clean input pins\n"); - fprintf(stderr, "\n mode 0-7, 0=input, 1=ouput, 2-7 I/O function\n"); + fprintf(stderr, "\n mode 0-7, 0=input, 1=output, 2-7 I/O function\n"); fprintf(stderr, " pull 0=none, 1=up, 2=down\n"); fprintf(stderr, " drive 0-3, I/O drive level\n");