From: Chong Yidong Date: Thu, 25 Mar 2010 23:32:51 +0000 (-0400) Subject: * maintaining.texi (VCS Concepts): Fix typo. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/06d62b990c42ecb650d8570276198931f605e63e * maintaining.texi (VCS Concepts): Fix typo. --- diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 0fc02c25e7..87292968e1 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -224,7 +224,7 @@ the repository, along with a log entry for those changes. @cindex revision @cindex revision ID A copy of a file stored in a repository is called a @dfn{revision}. -The history of a file is a sequence of revisions. Each revisions is +The history of a file is a sequence of revisions. Each revision is named by a @dfn{revision ID}. The format of the revision ID depends on the version control system; in the simplest case, it is just an integer.