jquery event: fixed a typo in a comment.
authorAriel Flesler <aflesler@gmail.com>
Fri, 27 Jun 2008 14:17:28 +0000 (14:17 +0000)
committerAriel Flesler <aflesler@gmail.com>
Fri, 27 Jun 2008 14:17:28 +0000 (14:17 +0000)
src/event.js

index bcfd045..3870f43 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * A number of helper functions used for managing events.
- * Many of the ideas behind this code orignated from
+ * Many of the ideas behind this code originated from
  * Dean Edwards' addEvent library.
  */
 jQuery.event = {