# HG changeset patch # User Chong Yidong # Date 1269559971 14400 # Node ID cca79b32ecaa531047b431c090e6ea2364170a73 # Parent 6dc6d78ccf45e7ea880402bef631b138a8ecc27e * maintaining.texi (VCS Concepts): Fix typo. diff -r 6dc6d78ccf45 -r cca79b32ecaa doc/emacs/maintaining.texi --- a/doc/emacs/maintaining.texi Thu Mar 25 18:58:46 2010 -0400 +++ b/doc/emacs/maintaining.texi Thu Mar 25 19:32:51 2010 -0400 @@ -224,7 +224,7 @@ @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.