summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 12:46:00 +0200
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 12:47:06 +0200
commitcd19f82e5126e087ea6ef3b1bc3307bb74efacbd (patch)
tree83c0eeabeedec6a14262bcf0edc776adf5ef332d /app/assets/javascripts/notes.js
parent5e0e97ec5dd963a33a6522b0095a15abf987d6e0 (diff)
downloadgitlab-ce-cd19f82e5126e087ea6ef3b1bc3307bb74efacbd.tar.gz
Fix typos
Diffstat (limited to 'app/assets/javascripts/notes.js')
-rw-r--r--app/assets/javascripts/notes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes.js b/app/assets/javascripts/notes.js
index 6dfe722a5e8..5e1e4dc4113 100644
--- a/app/assets/javascripts/notes.js
+++ b/app/assets/javascripts/notes.js
@@ -177,7 +177,7 @@ var NoteList = {
var form = $(this).closest("form");
var row = form.closest("tr");
- // show the reply button (will only work for replys)
+ // show the reply button (will only work for replies)
form.prev(".js-discussion-reply-button").show();
if (row.is(".js-temp-notes-holder")) {