diff options
author | John Eismeier <[email protected]> | 2018-02-28 11:57:10 -0500 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2018-03-14 16:10:38 -0700 |
commit | 33bb1e82568a9734cc3f41d3e1d33003ebf0e123 (patch) | |
tree | 88fab5bf3f1242e651a3d208ac5972c247ca0056 /cmd | |
parent | bcaba38e428be8dc90564d15c7e13f154c535edd (diff) |
Fix some typos
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed by: George Melikov <[email protected]>
Signed-off-by: John Eismeier <[email protected]>
Closes #7237
Diffstat (limited to 'cmd')
-rwxr-xr-x | cmd/arcstat/arcstat.py | 4 | ||||
-rwxr-xr-x | cmd/dbufstat/dbufstat.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cmd/arcstat/arcstat.py b/cmd/arcstat/arcstat.py index aa54ee87a..85c83ccc4 100755 --- a/cmd/arcstat/arcstat.py +++ b/cmd/arcstat/arcstat.py @@ -280,7 +280,7 @@ def init(): "outfile", "help", "verbose", - "seperator", + "separator", "columns" ] ) @@ -299,7 +299,7 @@ def init(): hflag = True if opt in ('-v', '--verbose'): vflag = True - if opt in ('-s', '--seperator'): + if opt in ('-s', '--separator'): sep = arg i += 1 if opt in ('-f', '--columns'): diff --git a/cmd/dbufstat/dbufstat.py b/cmd/dbufstat/dbufstat.py index dda0a143f..42bb0c7c7 100755 --- a/cmd/dbufstat/dbufstat.py +++ b/cmd/dbufstat/dbufstat.py @@ -474,7 +474,7 @@ def main(): "help", "infile", "outfile", - "seperator", + "separator", "types", "verbose", "extended" @@ -499,7 +499,7 @@ def main(): ofile = arg if opt in ('-r', '--raw'): raw += 1 - if opt in ('-s', '--seperator'): + if opt in ('-s', '--separator'): sep = arg if opt in ('-t', '--types'): tflag = True |