Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 14:46:00 +0400
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 14:47:06 +0400
commitcd19f82e5126e087ea6ef3b1bc3307bb74efacbd (patch)
tree83c0eeabeedec6a14262bcf0edc776adf5ef332d /app/models/network
parent5e0e97ec5dd963a33a6522b0095a15abf987d6e0 (diff)
Fix typos
Diffstat (limited to 'app/models/network')
-rw-r--r--app/models/network/graph.rb4
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 = {}