summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorKevin Lyda <kevin@ie.suberic.net>2013-03-17 19:46:54 +0000
committerKevin Lyda <kevin@ie.suberic.net>2013-03-17 19:46:54 +0000
commit415bade302d6c3eef5810c7b812a8f608ef43001 (patch)
tree6e15be7ca5ecfe7463b86ef626b31295d4e922bf /app/models
parenta96e0ec57ef6ae129a1adb54e5b9b67d8ffb04b3 (diff)
downloadgitlab-ce-415bade302d6c3eef5810c7b812a8f608ef43001.tar.gz
Result of misspellings run.
Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
Diffstat (limited to 'app/models')
-rw-r--r--app/models/gollum_wiki.rb2
-rw-r--r--app/models/note.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/models/gollum_wiki.rb b/app/models/gollum_wiki.rb
index 95326505365..a1ee3a0899a 100644
--- a/app/models/gollum_wiki.rb
+++ b/app/models/gollum_wiki.rb
@@ -47,7 +47,7 @@ class GollumWiki
wiki.pages.map { |page| WikiPage.new(self, page, true) }
end
- # Returns the last 30 Commit objects accross the entire
+ # Returns the last 30 Commit objects across the entire
# repository.
def recent_history
Commit.fresh_commits(wiki.repo, 30)
diff --git a/app/models/note.rb b/app/models/note.rb
index 97f6bf6e3a7..f56f999fda1 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -138,7 +138,7 @@ class Note < ActiveRecord::Base
super
end
# Temp fix to prevent app crash
- # if note commit id doesnt exist
+ # if note commit id doesn't exist
rescue
nil
end