summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-04-07 19:16:10 +0000
committerNiels Thykier <niels@thykier.net>2018-04-07 19:16:10 +0000
commit4d7945fb00e09657ac23abe613d2ce90db762071 (patch)
tree5f70915cf427444c5a1e344c76ab54867d82cb53 /debian
parent048a22ab7e5624b46c93950fde8974e45d49c988 (diff)
downloaddebhelper-4d7945fb00e09657ac23abe613d2ce90db762071.tar.gz
d/changelog: Fix typo
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 09a89489..71934e9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ debhelper (11.2) UNRELEASED; urgency=medium
plus debugging the issue. (Closes: #894895)
* Buildsystem.pm: Rewrite to support build systems that generate
build files for another build system (without using
- inheritenece). This enables generator build systems to have
+ inheritance). This enables generator build systems to have
multiple backends.
* cmake.pm: Support ninja as alternative backend (by using the
build system cmake+ninja). Thanks to Kyle Edwards for the