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:
authorSteven Burgart <skburgart@gmail.com>2015-01-18 18:29:37 +0300
committerSteven Burgart <skburgart@gmail.com>2015-01-18 18:29:37 +0300
commit5c801602189bdf179432e9ef5885f6c6fef438f2 (patch)
tree39e96188549956bc7a32ccfd9285b1dc9f3fa772 /app/models/network
parent7d5d5e53b11db478946e6c477a9a59b0be9b6d5b (diff)
Fix various typos
signe-in -> signed-in go_to_gihub_for_permissions -> go_to_github_for_permissions descendand -> descendant behavour -> behaviour recepient_email -> recipient_email generate_fingerpint -> generate_fingerprint dependes -> depends Cant't -> Can't wisit -> visit notifcation -> notification sufficent_scope -> sufficient_scope? levet -> level
Diffstat (limited to 'app/models/network')
-rw-r--r--app/models/network/graph.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/network/graph.rb b/app/models/network/graph.rb
index 43979b5e807..7f761f2bdf2 100644
--- a/app/models/network/graph.rb
+++ b/app/models/network/graph.rb
@@ -84,7 +84,7 @@ module Network
skip += self.class.max_count
end
else
- # Cant't find the target commit in the repo.
+ # Can't find the target commit in the repo.
offset = 0
end
end