changeset 8645:27638a233577

dirstate: fixed typo in comment
author Martin Geisler <mg@lazybytes.net>
date Wed, 27 May 2009 23:39:41 +0200
parents c2ef478b2efa
children 60f9e574b6eb
files mercurial/dirstate.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/dirstate.py	Wed May 27 14:44:55 2009 -0500
+++ b/mercurial/dirstate.py	Wed May 27 23:39:41 2009 +0200
@@ -497,7 +497,7 @@
                 if kind == dirkind:
                     dostep3 = True
                     if nf in dmap:
-                        #file deleted on disc but still in dirstate
+                        #file deleted on disk but still in dirstate
                         results[nf] = None
                     if not dirignore(nf):
                         wadd(nf)