diff options
author | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2013-07-29 12:46:00 +0200 |
---|---|---|
committer | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2013-07-29 12:47:06 +0200 |
commit | cd19f82e5126e087ea6ef3b1bc3307bb74efacbd (patch) | |
tree | 83c0eeabeedec6a14262bcf0edc776adf5ef332d /app/models/network | |
parent | 5e0e97ec5dd963a33a6522b0095a15abf987d6e0 (diff) | |
download | gitlab-ce-cd19f82e5126e087ea6ef3b1bc3307bb74efacbd.tar.gz |
Fix typos
Diffstat (limited to 'app/models/network')
-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 = {} |