changeset 20:90f5e574fb73

comments
author Pavel.Sher
date Wed, 16 Jul 2008 19:22:52 +0400
parents 40b2cf04cd4b
children c76d6a2b27f6
files mercurial/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupport.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupport.java	Wed Jul 16 17:37:41 2008 +0400
+++ b/mercurial/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupport.java	Wed Jul 16 19:22:52 2008 +0400
@@ -73,7 +73,7 @@
       st.setToRevId(cur.getId());
       List<ModifiedFile> modifiedFiles = st.execute();
       // changeset full version will be set into VcsChange structure and
-      // stored in database (note than getContent method will be invoked with this version)
+      // stored in database (note that getContent method will be invoked with this version)
       List<VcsChange> files = toVcsChanges(modifiedFiles, prev.getFullVersion(), cur.getFullVersion(), includeRule);
       if (files.isEmpty()) continue;
       ModificationData md = new ModificationData(cur.getTimestamp(), files, cur.getSummary(), cur.getUser(), root, cur.getFullVersion(), cur.getFullVersion());