diff options
author | Christer Ekholm <[email protected]> | 2016-05-23 19:20:42 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-23 10:20:42 -0700 |
commit | 3491d6eb06c3e2e6f337bd57b6137ccff4b8c077 (patch) | |
tree | b65cd0abf60061690e08f6969f8041c3c3735a53 /tests | |
parent | 9baaa7deae45c8556dfd79b2011234da5cb37b3a (diff) |
Consistently use parsable instead of parseable
This is a purely cosmetical change, to consistently prefer one of
two (both acceptable) choises for the word parsable in documentation and
code. I don't really care which to use, but acording to wiktionary
https://en.wiktionary.org/wiki/parsable#English parsable is preferred.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4682
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/cli_user/zpool_iostat/zpool_iostat_004_pos.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/cli_user/zpool_iostat/zpool_iostat_004_pos.ksh b/tests/zfs-tests/tests/functional/cli_user/zpool_iostat/zpool_iostat_004_pos.ksh index 70318dbb9..f8bd8e3db 100755 --- a/tests/zfs-tests/tests/functional/cli_user/zpool_iostat/zpool_iostat_004_pos.ksh +++ b/tests/zfs-tests/tests/functional/cli_user/zpool_iostat/zpool_iostat_004_pos.ksh @@ -36,7 +36,7 @@ # # DESCRIPTION: # Executing 'zpool iostat' command with various combinations of extended -# stats (-vqL), parseable/script options (-pH), and misc lists of pools +# stats (-vqL), parsable/script options (-pH), and misc lists of pools # and vdevs. # # STRATEGY: |