summaryrefslogtreecommitdiff
path: root/app/models/note.rb
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/note.rb
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/note.rb')
-rw-r--r--app/models/note.rb2
1 files changed, 1 insertions, 1 deletions
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