[codeface] [PATCH 03/12] Fix of some typos in code comments.

  • From: Matthias Dittrich <matthi.d@xxxxxxxxxxxxxx>
  • To: codeface@xxxxxxxxxxxxx
  • Date: Wed, 19 Nov 2014 21:40:22 +0100

This fixes some typos.

Signed-off-by: Matthias Dittrich <matthi.d@xxxxxxxxx>
Reviewed-by: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxx>
---
 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 2c1d1d7..2fcfd41 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 350bcd6..3589d5f 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:

  • » [codeface] [PATCH 03/12] Fix of some typos in code comments. - Matthias Dittrich