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

  • From: Wolfgang Mauerer <wm@xxxxxxxxxxxxxxxx>
  • To: codeface@xxxxxxxxxxxxx
  • Date: Mon, 17 Nov 2014 16:14:41 +0100


Am 17/10/2014 15:14, schrieb Matthias Dittrich:
> This fixes some typos.

perfect, thanks. --Wolfgang
> 
> 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
> 

Other related posts: