From 0aafea17f66eb18ed2a0cd8120d012e8a2de21e7 Mon Sep 17 00:00:00 2001 From: TJ Vanderpoel Date: Wed, 25 Feb 2015 08:12:55 -0600 Subject: [PATCH] daemontools: fix spelling in Manual --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 7eb85e8c329..9cee3fba93e 100644 --- a/Manual.md +++ b/Manual.md @@ -544,7 +544,7 @@ be defined to set the allowed python versions to be built, i.e: - `waf` For packages that use the Python `waf` method with python2. -- `slashpackage` For packages that use the /package heirarchy and package/compile to build. +- `slashpackage` For packages that use the /package hierarchy and package/compile to build. > If `build_style` is not set, the template must (at least) define a `do_install()` function and optionally more phases via `do_xxx()` functions.