Re: [PATCH 1/4] cat-file: fix a grammo in the man page

2016-08-18 Thread Junio C Hamano
Johannes Schindelin  writes:

> "... has be ..." -> "... has to be ..."
>
> Signed-off-by: Johannes Schindelin 
> ---
>  Documentation/git-cat-file.txt | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt
> index 18d03d8..071029b 100644
> --- a/Documentation/git-cat-file.txt
> +++ b/Documentation/git-cat-file.txt
> @@ -54,8 +54,9 @@ OPTIONS
>  
>  --textconv::
>   Show the content as transformed by a textconv filter. In this case,
> -  has be of the form :, or : in order
> - to apply the filter to the content recorded in the index at .
> +  has to be of the form :, or : in
> + order to apply the filter to the content recorded in the index at
> + .

Thanks.  That's an ancient typo dating back to 2010 ;-)


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/4] cat-file: fix a grammo in the man page

2016-08-18 Thread Johannes Schindelin
"... has be ..." -> "... has to be ..."

Signed-off-by: Johannes Schindelin 
---
 Documentation/git-cat-file.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt
index 18d03d8..071029b 100644
--- a/Documentation/git-cat-file.txt
+++ b/Documentation/git-cat-file.txt
@@ -54,8 +54,9 @@ OPTIONS
 
 --textconv::
Show the content as transformed by a textconv filter. In this case,
-has be of the form :, or : in order
-   to apply the filter to the content recorded in the index at .
+has to be of the form :, or : in
+   order to apply the filter to the content recorded in the index at
+   .
 
 --batch::
 --batch=::
-- 
2.9.2.691.g78954f3


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html