Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix typo: 'the the' -> 'the'
Browse files Browse the repository at this point in the history
Signed-off-by: Guangwen Feng <[email protected]>
  • Loading branch information
Guangwen Feng committed Jan 2, 2020
1 parent 509945a commit e1c58f3
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 e1c58f3

Please sign in to comment.