From: Fabio Estevam <[email protected]>

Fix the spelling of 'output' in the error message.

Signed-off-by: Fabio Estevam <[email protected]>
---
 tools/spi/spidev_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/spi/spidev_test.c b/tools/spi/spidev_test.c
index eddfc33..8a73d81 100644
--- a/tools/spi/spidev_test.c
+++ b/tools/spi/spidev_test.c
@@ -150,7 +150,7 @@ static void transfer(int fd, uint8_t const *tx, uint8_t 
const *rx, size_t len)
 
                ret = write(out_fd, rx, len);
                if (ret != len)
-                       pabort("not all bytes written to utput file");
+                       pabort("not all bytes written to output file");
 
                close(out_fd);
        }
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to