Cc: qemu-trivial Andrew Kreimer <algon...@gmail.com> writes:
> The word 'find' appears twice, remove the extra one. > > Signed-off-by: Andrew Kreimer <algon...@gmail.com> > --- > docs/system/introduction.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/system/introduction.rst b/docs/system/introduction.rst > index 338d3745c3..4cd46b5b8f 100644 > --- a/docs/system/introduction.rst > +++ b/docs/system/introduction.rst > @@ -81,7 +81,7 @@ may not be optimal for modern systems. > > For a non-x86 system where we emulate a broad range of machine types, > the command lines are generally more explicit in defining the machine > -and boot behaviour. You will find often find example command lines in > +and boot behaviour. You will often find example command lines in > the :ref:`system-targets-ref` section of the manual. > > While the project doesn't want to discourage users from using the Reviewed-by: Markus Armbruster <arm...@redhat.com>