[FFmpeg-cvslog] git-howto.texi: fix a typo
James Zern
git at videolan.org
Fri Apr 24 08:58:04 CEST 2015
ffmpeg | branch: master | James Zern <jzern at google.com> | Wed Apr 22 14:17:19 2015 -0700| [acb07f33c40c2aaca7b26e5046048ca628643803] | committer: James Zern
git-howto.texi: fix a typo
replace 'Refer to and to sync...' with a reference to the section that
discusses updated the source tree.
Reviewed-by: Timothy Gu <timothygu99 at gmail.com>
Reviewed-by: Michael Niedermayer <michaelni at gmx.at>
Signed-off-by: James Zern <jzern at google.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=acb07f33c40c2aaca7b26e5046048ca628643803
---
doc/git-howto.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/git-howto.texi b/doc/git-howto.texi
index 8ece341..b7b5d43 100644
--- a/doc/git-howto.texi
+++ b/doc/git-howto.texi
@@ -75,6 +75,7 @@ git config --global core.autocrlf false
@end example
+ at anchor{Updating the source tree to the latest revision}
@section Updating the source tree to the latest revision
@example
@@ -330,7 +331,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 @ref{Updating the source tree to the latest revision}.
@example
git remote add <name> <url>
More information about the ffmpeg-cvslog
mailing list