diff options
author | Sato Hiroyuki <sathiroyuki@gmail.com> | 2013-02-05 12:20:04 +0900 |
---|---|---|
committer | Sato Hiroyuki <sathiroyuki@gmail.com> | 2013-02-05 12:20:04 +0900 |
commit | 7812cb77c81cb199c7c8fd276130238ccabb856d (patch) | |
tree | 3d9049b53c98e32829554a6ad363ac3f43faf445 /lib | |
parent | 85de55a120a615f8cf51a343a89789b802d776e2 (diff) | |
download | gitlab-ce-7812cb77c81cb199c7c8fd276130238ccabb856d.tar.gz |
Fix typo.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/graph/json_builder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/graph/json_builder.rb b/lib/gitlab/graph/json_builder.rb index 4b3687e06c3..fc58d7f2dcf 100644 --- a/lib/gitlab/graph/json_builder.rb +++ b/lib/gitlab/graph/json_builder.rb @@ -49,7 +49,7 @@ module Gitlab # list of commits. As well as returns date list # corelated with time set on commits. # - # @param [Array<Graph::Commit>] comits to index + # @param [Array<Graph::Commit>] commits to index # # @return [Array<TimeDate>] list of commit dates corelated with time on commits def index_commits |