diff options
author | 2010-12-01 18:36:17 +0100 | |
---|---|---|
committer | 2010-12-04 14:20:40 +0000 | |
commit | baa3ed749d36afd7b0312764dc82681a329241de (patch) | |
tree | 8c7cbe8db5ecf50c93001e67861ee136a013af17 | |
parent | 1d71eddecdd9de55c7194a1d48ea1fd1dde441b7 (diff) | |
download | paludis-baa3ed749d36afd7b0312764dc82681a329241de.tar.gz paludis-baa3ed749d36afd7b0312764dc82681a329241de.tar.xz |
Fix typo
-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> |