diff options
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. |