spi: spidev_test: Fix typo in error message
[linux-2.6-block.git] / tools / spi / spidev_test.c
index eddfc336a960f4d457df6e48f27cead0b77194d9..8a73d818531680ca6b6fe6d1911751870e7e1d00 100644 (file)
@@ -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);
        }