diff options
author | Andrea Gelmini <[email protected]> | 2019-09-03 03:14:53 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-09-02 18:14:53 -0700 |
commit | c6e457dffb24bdc3efaea73b99480d2cf6567128 (patch) | |
tree | 030468c138d6ac4864bc89df93ba2d0656cef2b3 /tests/zfs-tests/include/blkdev.shlib | |
parent | cb14aa4ca9a2ba84beeb2165486e65c441272c04 (diff) |
Fix typos in tests/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9250
Diffstat (limited to 'tests/zfs-tests/include/blkdev.shlib')
-rw-r--r-- | tests/zfs-tests/include/blkdev.shlib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/include/blkdev.shlib b/tests/zfs-tests/include/blkdev.shlib index ca8807e82..87500e92a 100644 --- a/tests/zfs-tests/include/blkdev.shlib +++ b/tests/zfs-tests/include/blkdev.shlib @@ -131,7 +131,7 @@ function is_loop_device #disk } # -# Check if the given device is a multipath device and if there is a sybolic +# Check if the given device is a multipath device and if there is a symbolic # link to a device mapper and to a disk # Currently no support for dm devices alone without multipath # |