From: Ariel Flesler Date: Fri, 27 Jun 2008 14:17:28 +0000 (+0000) Subject: jquery event: fixed a typo in a comment. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=18d3e759458b7b6e3d615fa554949b8815f15669;hp=d1210a5a88ee435b0f46918d03852cf2f8469ca9;p=jquery.git jquery event: fixed a typo in a comment. --- diff --git a/src/event.js b/src/event.js index bcfd045..3870f43 100644 --- a/src/event.js +++ b/src/event.js @@ -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 = {