On Fri, Jun 21, 2013 at 10:56 AM, <harryxi...@gmail.com> wrote: > From: Weiwei Jia <harryxi...@gmail.com> > > This patch fixes some typoes in the documentation index. > > Signed-of-by: Weiwei Jia <harryxi...@gmail.com> > --- > doc/index.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/doc/index.rst b/doc/index.rst > index 63dd073..c2a22ff 100644 > --- a/doc/index.rst > +++ b/doc/index.rst > @@ -38,15 +38,15 @@ A more example-oriended guide is available in > :doc:`walkthrough`. > The various tool that are part of Ganeti are described one by one in the > :doc:`manpages`. > > -A description of the security model underlying a Ganeti cluster can be > find in > +A description of the security model underlying a Ganeti cluster can be > found in > the :doc:`security` document. > > -Ganeti functionalities can be extended be hooking scripts automatically > +Ganeti functionalities can be extended by hooking scripts automatically > activated when certain events happen. Information on this mechanism is > provided > in the :doc:`hooks` document. > > While using Ganeti, the allocation of instances can happen manually or > -automatically, through some external tool making decisions about this. > The API > +automatically, through some external tools making decisions about this. > The API > for such tools is described in :doc:`iallocator`. > > Most of the functionalities of Ganeti can be programmatically accessed > through > -- > 1.7.9.5 > >
LGTM, thanks. But this is a patch affecting stable-2.8, not just master. So, next time, please pay attention to the title (it should start with [PATCH stable-2.8]). I'll commit it to stable-2.8. Thanks, Michele