[FFmpeg-devel] [PATCH] git-howto.texi: fix a typo

James Zern jzern at google.com
Thu Apr 23 06:00:17 CEST 2015


On Wed, Apr 22, 2015 at 8:59 PM, James Zern <jzern at google.com> wrote:
> s/Refer to and to sync/Refer to how to sync/
> ---
>  doc/git-howto.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/git-howto.texi b/doc/git-howto.texi
> index 8ece341..8f4a18b 100644
> --- a/doc/git-howto.texi
> +++ b/doc/git-howto.texi
> @@ -330,7 +330,7 @@ git push
>
>  Will push the changes to the default remote (@var{origin}).
>  Git will prevent you from pushing changes if the local and remote trees are
> -out of sync. Refer to and to sync the local tree.
> +out of sync. Refer to how to sync the local tree.
>

I think this is what it was trying to say; this could be a @ref to the
other section I guess.

>  @example
>  git remote add <name> <url>
> --
> 2.2.0.rc0.207.ga3a616c
>


More information about the ffmpeg-devel mailing list