summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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