summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-12-22 20:02:22 +0200
committerValery Sizov <vsv2711@gmail.com>2015-12-22 20:02:22 +0200
commitf049b939653c9ff1be6ef9835682978d6db90196 (patch)
tree2fa756e4cae6a3425e5dd2e019e0bb69ba0f22d7
parent559318c85e23745f2feccce8b71784acbd4a0adb (diff)
downloadgitlab-ce-f049b939653c9ff1be6ef9835682978d6db90196.tar.gz
TYPO in the comment
-rw-r--r--app/assets/javascripts/awards_handler.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/awards_handler.coffee b/app/assets/javascripts/awards_handler.coffee
index f3fdd46cf52..84e7287e48d 100644
--- a/app/assets/javascripts/awards_handler.coffee
+++ b/app/assets/javascripts/awards_handler.coffee
@@ -65,7 +65,7 @@ class @AwardsHandler
resetTooltip: (award) ->
award.tooltip("destroy")
- # "destroy" call is asynchronous and there is no appropriate callnack on it, this is why we need to set timeout.
+ # "destroy" call is asynchronous and there is no appropriate callback on it, this is why we need to set timeout.
setTimeout (->
award.tooltip()
), 200