diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 18:43:30 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 09:43:30 -0700 |
commit | ad0b23b14ab37a54764122fe8341e62f10245e15 (patch) | |
tree | 66ce117ee356fdb08f2eb31569fba0ad50cae2e3 /cmd/dbufstat | |
parent | ac3d4d0cf6b3d06cfd90636b4bc8a2043176b725 (diff) |
Fix typos in cmd/
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 #9234
Diffstat (limited to 'cmd/dbufstat')
-rw-r--r-- | cmd/dbufstat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dbufstat/Makefile.am b/cmd/dbufstat/Makefile.am index 968a76077..06923d38b 100644 --- a/cmd/dbufstat/Makefile.am +++ b/cmd/dbufstat/Makefile.am @@ -1,7 +1,7 @@ dist_bin_SCRIPTS = dbufstat # -# The dbufstat script is compatibile with both Python 2.6 and 3.4. +# The dbufstat script is compatible with both Python 2.6 and 3.4. # As such the python 3 shebang can be replaced at install time when # targeting a python 2 system. This allows us to maintain a single # version of the source. |