aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2007-02-07 19:51:59 +0000
committerBrandon Aaron <brandon.aaron@gmail.com>2007-02-07 19:51:59 +0000
commit670d2f4140070b76c87e15c26a5787f505f5793e (patch)
tree51345942c07a5a5d81c843ed6fda169b2be3375c /src
parent08ff26927b1a8066ffed432ecc46c4c6010d13cf (diff)
downloadjquery-670d2f4140070b76c87e15c26a5787f505f5793e.tar.gz
jquery-670d2f4140070b76c87e15c26a5787f505f5793e.zip
Fix for #849
Diffstat (limited to 'src')
-rw-r--r--src/event/event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/event.js b/src/event/event.js
index 81c193980..02bdbe4e3 100644
--- a/src/event/event.js
+++ b/src/event/event.js
@@ -429,7 +429,7 @@ jQuery.fn.extend({
*
* There is one argument passed to the ready event handler: A reference to
* the jQuery function. You can name that argument whatever you like, and
- * can therefore stick with the $ alias without risc of naming collisions.
+ * can therefore stick with the $ alias without risk of naming collisions.
*
* Please ensure you have no code in your &lt;body&gt; onload event handler,
* otherwise $(document).ready() may not fire.