aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dbufstat
diff options
context:
space:
mode:
authorJohn Eismeier <[email protected]>2018-02-28 11:57:10 -0500
committerBrian Behlendorf <[email protected]>2018-02-28 08:57:10 -0800
commitd699aaef09fd8d71ad72c92f18219e97dc1f45e6 (patch)
tree3553b2abe32d356f3176cd28e11759f32144639c /cmd/dbufstat
parentd72cd017dd339b5d916cbcdacd885b3b78ac5d74 (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/dbufstat')
-rwxr-xr-xcmd/dbufstat/dbufstat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/dbufstat/dbufstat.py b/cmd/dbufstat/dbufstat.py
index 517477b21..5e2217a54 100755
--- a/cmd/dbufstat/dbufstat.py
+++ b/cmd/dbufstat/dbufstat.py
@@ -529,7 +529,7 @@ def main():
"help",
"infile",
"outfile",
- "seperator",
+ "separator",
"types",
"verbose",
"extended",
@@ -555,7 +555,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