diff options
-rw-r--r-- | doc/configuration/hooks.html.part | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configuration/hooks.html.part b/doc/configuration/hooks.html.part index cb60d154d..b9f4c184a 100644 --- a/doc/configuration/hooks.html.part +++ b/doc/configuration/hooks.html.part @@ -438,7 +438,7 @@ that performs the action, and optionally one with prototype <code>void paludis_hook_add_dependencies(const paludis::Environment *, const paludis::Hook &, paludis::DirectedGraph<std::string, int> &)</code> if it needs to define ordering dependencies with other hooks. If the hook is to be placed in an <code>auto</code> -directory, it must also define <code>const std::tr1::shared_ptr<const Seqyence<std::string> > +directory, it must also define <code>const std::tr1::shared_ptr<const Sequence<std::string> > paludis_hook_auto_phases(const paludis::Environment *)</code>. All functions are declared in the header <code><paludis/hook.hh></code>, including any necessary <code>extern</code> or visibility declarations.</p> |