Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1155 from fenggw-fnst/work
Browse files Browse the repository at this point in the history
fix typo: 'the the' -> 'the'
  • Loading branch information
yeya24 committed Jan 2, 2020
2 parents 509945a + e1c58f3 commit 3f7ee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfget/config/supernode_value.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func ParseNodesSlice(value []string) ([]*NodeWight, error) {
}

var result []*NodeWight
// get the the greatest common divisor of the weight slice and
// get the greatest common divisor of the weight slice and
// divide all weights by the greatest common divisor.
gcdNumber := algorithm.GCDSlice(weightKey)
for _, v := range nodeWightSlice {
Expand Down

0 comments on commit 3f7ee57

Please sign in to comment.