changeset 9834:655ac26ad63e

hgignore.5: fix typo
author Martin Geisler <mg@lazybytes.net>
date Wed, 11 Nov 2009 21:29:35 +0100
parents 5e936f248501
children 6a07e74370d7
files doc/hgignore.5.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgignore.5.txt	Wed Nov 11 21:16:20 2009 +0100
+++ b/doc/hgignore.5.txt	Wed Nov 11 21:29:35 2009 +0100
@@ -33,7 +33,7 @@
 root directory, or any prefix path of that path, is matched against
 any pattern in ``.hgignore``.
 
-For example, say we have an an untracked file, ``file.c``, at
+For example, say we have an untracked file, ``file.c``, at
 ``a/b/file.c`` inside our repository. Mercurial will ignore ``file.c``
 if any pattern in ``.hgignore`` matches ``a/b/file.c``, ``a/b`` or ``a``.