[PATCH] docs: remove repeated word

Andrew Kreimer posted 1 patch 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250615143353.5542-1-algonell@gmail.com
docs/system/introduction.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: remove repeated word
Posted by Andrew Kreimer 5 months ago
The word 'find' appears twice, remove the extra one.

Signed-off-by: Andrew Kreimer <algonell@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
-- 
2.48.1
Re: [PATCH] docs: remove repeated word
Posted by Markus Armbruster 5 months ago
Cc: qemu-trivial

Andrew Kreimer <algonell@gmail.com> writes:

> The word 'find' appears twice, remove the extra one.
>
> Signed-off-by: Andrew Kreimer <algonell@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 <armbru@redhat.com>