diff options
Diffstat (limited to 'app/models/network/graph.rb')
-rw-r--r-- | app/models/network/graph.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/network/graph.rb b/app/models/network/graph.rb index da815a85924..1d21e96369a 100644 --- a/app/models/network/graph.rb +++ b/app/models/network/graph.rb @@ -43,9 +43,9 @@ module Network # Method is adding time and space on the # list of commits. As well as returns date list - # corelated with time set on commits. + # correlated with time set on commits. # - # @return [Array<TimeDate>] list of commit dates corelated with time on commits + # @return [Array<TimeDate>] list of commit dates correlated with time on commits def index_commits days = [] @map = {} |