summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-10-21 17:59:15 +0000
committerNiels Thykier <niels@thykier.net>2017-10-21 17:59:42 +0000
commit41a9b1bbb5296878417a934768391c9032063fa3 (patch)
tree35d1b745733871d63270f01e60aa332d9f7e78bf
parent0fe12bf7d45a6fd9f5902a691d4d62a86f77d89f (diff)
downloaddebhelper-41a9b1bbb5296878417a934768391c9032063fa3.tar.gz
dh_installinit: Fix typo
Signed-off-by: Niels Thykier <niels@thykier.net>
-rwxr-xr-xdh_installinit6
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_installinit b/dh_installinit
index 231a8e2d..02f22c93 100755
--- a/dh_installinit
+++ b/dh_installinit
@@ -20,7 +20,7 @@ B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] [B<-R>]
=head1 DESCRIPTION
B<dh_installinit> is a debhelper program that is responsible for installing
-init scripts with associated defaults files. In compatability levels up to
+init scripts with associated defaults files. In compatibility levels up to
11, B<dh_installinit> also handled upstart job files and systemd service files.
It also automatically generates the F<postinst> and F<postrm> and F<prerm>
@@ -49,12 +49,12 @@ build directory.
=item debian/I<package>.upstart
-In compatability level 11, this file will trigger an error with a reminder
+In compatibility level 11, this file will trigger an error with a reminder
about ensuring the proper removal of the upstart file in the previous package
version. Please consider using the "rm_conffile" feature from
L<dh_installdeb(1)> to ensure the proper removal of previous upstart files.
-In compatability level 10, if this file exists, it is installed into
+In compatibility level 10, if this file exists, it is installed into
etc/init/I<package>.conf in the package build directory.
=item debian/I<package>.service