diff options
Diffstat (limited to 'cmd/arcstat/Makefile.am')
-rw-r--r-- | cmd/arcstat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/arcstat/Makefile.am b/cmd/arcstat/Makefile.am index 462e9a619..2d59faa9c 100644 --- a/cmd/arcstat/Makefile.am +++ b/cmd/arcstat/Makefile.am @@ -1,7 +1,7 @@ dist_bin_SCRIPTS = arcstat # -# The arcstat script is compatibile with both Python 2.6 and 3.4. +# The arcstat 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. |