diff mbox series

README: Fix typo 'git-publish'

Message ID 20180306024328.19195-1-famz@redhat.com
State New
Headers show
Series README: Fix typo 'git-publish' | expand

Commit Message

Fam Zheng March 6, 2018, 2:43 a.m. UTC
Reported-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé March 6, 2018, 11:19 p.m. UTC | #1
On 03/05/2018 11:43 PM, Fam Zheng wrote:
> Reported-by: Alberto Garcia <berto@igalia.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> ---
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/README b/README
> index 7833b97365..49a9fd09cd 100644
> --- a/README
> +++ b/README
> @@ -73,7 +73,7 @@ The QEMU website is also maintained under source control.
>    git clone git://git.qemu.org/qemu-web.git
>    https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/
>  
> -A 'git-profile' utility was created to make above process less
> +A 'git-publish' utility was created to make above process less
>  cumbersome, and is highly recommended for making regular contributions,
>  or even just for sending consecutive patch series revisions. It also
>  requires a working 'git send-email' setup, and by default doesn't
>
Stefan Hajnoczi March 8, 2018, 3:45 p.m. UTC | #2
On Tue, Mar 06, 2018 at 10:43:28AM +0800, Fam Zheng wrote:
> Reported-by: Alberto Garcia <berto@igalia.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan
diff mbox series

Patch

diff --git a/README b/README
index 7833b97365..49a9fd09cd 100644
--- a/README
+++ b/README
@@ -73,7 +73,7 @@  The QEMU website is also maintained under source control.
   git clone git://git.qemu.org/qemu-web.git
   https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/
 
-A 'git-profile' utility was created to make above process less
+A 'git-publish' utility was created to make above process less
 cumbersome, and is highly recommended for making regular contributions,
 or even just for sending consecutive patch series revisions. It also
 requires a working 'git send-email' setup, and by default doesn't