Fix spelling error in engines/rdma.c
authorMartin Steigerwald <ms@teamix.de>
Sun, 8 Nov 2015 00:30:22 +0000 (17:30 -0700)
committerJens Axboe <axboe@fb.com>
Sun, 8 Nov 2015 00:30:22 +0000 (17:30 -0700)
> lintian -IE fio_2.2.10-1_amd64.changes
I: fio: spelling-error-in-binary usr/bin/fio
Recieve Receive

Signed-off-by: Jens Axboe <axboe@fb.com>
engines/rdma.c

index 7eb0051aa6cefdabcb904441436647b521e3eca3..1006b7e45ad8c54659311b9ae680e3f778ee3c74 100644 (file)
@@ -115,7 +115,7 @@ static struct fio_option options[] = {
                          },
                          { .ival = "recv",
                            .oval = FIO_RDMA_CHA_RECV,
-                           .help = "Posted Recieve",
+                           .help = "Posted Receive",
                          },
                },
                .category = FIO_OPT_C_ENGINE,