[codeface] [PATCH 3/9] Fix of some typos in code comments.

  • From: Matthias Dittrich <matthi.d@xxxxxxxxxxxxxx>
  • To: codeface@xxxxxxxxxxxxx
  • Date: Fri, 17 Oct 2014 15:14:20 +0200

This fixes some typos.

Signed-off-by: Matthias Dittrich <matthi.d@xxxxxxxxx>
---
 codeface/VCS.py             | 2 +-
 codeface/cluster/cluster.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/codeface/VCS.py b/codeface/VCS.py
index ed5566a..3522de5 100644
--- a/codeface/VCS.py
+++ b/codeface/VCS.py
@@ -257,7 +257,7 @@ class gitVCS (VCS):
                  for logstring in reversed(clist)]
 
         # Finally, we also create commit ID lists for ranges of
-        # interest (currently, only to decide wether a commit is in
+        # interest (currently, only to decide whether a commit is in
         # a feature freeze phase or not)
         if self._rc_ranges != None:
             for range in self._rc_ranges:
diff --git a/codeface/cluster/cluster.py b/codeface/cluster/cluster.py
index 1536e54..ba4c970 100755
--- a/codeface/cluster/cluster.py
+++ b/codeface/cluster/cluster.py
@@ -309,7 +309,7 @@ def computeCommitCollaboration(codeBlks, cmt, id_mgr, 
link_type, maxDist,
     contributed code in close proximity the commit of interests
     contributions. The method computes all possible combinations
     of code block relationships then averages. This is very similar
-    to the function "computerPersonsCollaboration" except we consider
+    to the function "computePersonsCollaboration" except we consider
     the commit hash to identify the contribution instead of the person
     then later map the commit to a person. The advantages is we can
     differentiate between when an author made a contribution. This way
-- 
1.8.5.5


Other related posts: