diff --git a/js/jquery.js b/js/jquery.js index f5f5f15..e894d7f 100644 --- a/js/jquery.js +++ b/js/jquery.js @@ -820,7 +820,7 @@ jQuery.extend({ return proxy; }, - // Mutifunctional method to get and set values to a collection + // Multifunctional method to get and set values to a collection // The value/s can optionally be executed if it's a function access: function( elems, key, value, exec, fn, pass ) { var length = elems.length; @@ -902,7 +902,7 @@ if ( browserMatch.browser ) { jQuery.browser.version = browserMatch.version; } -// Deprecated, use jQuery.browser.webkit instead +// Depreciated, use jQuery.browser.webkit instead if ( jQuery.browser.webkit ) { jQuery.browser.safari = true; } @@ -9043,4 +9043,4 @@ jQuery.each([ "Height", "Width" ], function( i, name ) { // Expose jQuery to the global object window.jQuery = window.$ = jQuery; -})(window); \ No newline at end of file +})(window);