[PATCH] docs: Replace HomeBrew -> Homebrew

Stefan Weil posted 1 patch 2 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220422083403.1082924-1-sw@weilnetz.de
docs/about/build-platforms.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] docs: Replace HomeBrew -> Homebrew
Posted by Stefan Weil 2 years ago
The official spelling does not use camel case.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 docs/about/build-platforms.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst
index c29a4b8fe6..e9163ba556 100644
--- a/docs/about/build-platforms.rst
+++ b/docs/about/build-platforms.rst
@@ -80,7 +80,7 @@ Ubuntu LTS. Other distros will be assumed to ship similar software versions.
 For FreeBSD and OpenBSD, decisions will be made based on the contents of the
 respective ports repository, while NetBSD will use the pkgsrc repository.
 
-For macOS, `HomeBrew`_ will be used, although `MacPorts`_ is expected to carry
+For macOS, `Homebrew`_ will be used, although `MacPorts`_ is expected to carry
 similar versions.
 
 Windows
@@ -92,6 +92,6 @@ hosted on Linux (Debian/Fedora).
 The version of the Windows API that's currently targeted is Vista / Server
 2008.
 
-.. _HomeBrew: https://brew.sh/
+.. _Homebrew: https://brew.sh/
 .. _MacPorts: https://www.macports.org/
 .. _Repology: https://repology.org/
-- 
2.30.2
Re: [PATCH] docs: Replace HomeBrew -> Homebrew
Posted by Laurent Vivier 2 years ago
Le 22/04/2022 à 10:34, Stefan Weil a écrit :
> The official spelling does not use camel case.
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>   docs/about/build-platforms.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst
> index c29a4b8fe6..e9163ba556 100644
> --- a/docs/about/build-platforms.rst
> +++ b/docs/about/build-platforms.rst
> @@ -80,7 +80,7 @@ Ubuntu LTS. Other distros will be assumed to ship similar software versions.
>   For FreeBSD and OpenBSD, decisions will be made based on the contents of the
>   respective ports repository, while NetBSD will use the pkgsrc repository.
>   
> -For macOS, `HomeBrew`_ will be used, although `MacPorts`_ is expected to carry
> +For macOS, `Homebrew`_ will be used, although `MacPorts`_ is expected to carry
>   similar versions.
>   
>   Windows
> @@ -92,6 +92,6 @@ hosted on Linux (Debian/Fedora).
>   The version of the Windows API that's currently targeted is Vista / Server
>   2008.
>   
> -.. _HomeBrew: https://brew.sh/
> +.. _Homebrew: https://brew.sh/
>   .. _MacPorts: https://www.macports.org/
>   .. _Repology: https://repology.org/

Applied to my trivial-patches branch.

Thanks,
Laurent


Re: [PATCH] docs: Replace HomeBrew -> Homebrew
Posted by Bin Meng 2 years ago
On Fri, Apr 22, 2022 at 4:34 PM Stefan Weil <sw@weilnetz.de> wrote:
>
> The official spelling does not use camel case.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  docs/about/build-platforms.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>