r1412 - trunk/tests

r1412 - trunk/tests


Author: scott.gonzalez
Date: Wed Dec 31 08:23:58 2008
New Revision: 1412
Modified:
trunk/tests/dialog.js
Log:
Dialog tests: Fixed typo.
Modified: trunk/tests/dialog.js
==============================================================================
--- trunk/tests/dialog.js    (original)
+++ trunk/tests/dialog.js    Wed Dec 31 08:23:58 2008
@@ -687,7 +687,7 @@
    el.remove();
    el = $('<div></div>').dialog().bind('dialogclose', function(ev, ui) {
-        ok(true, '.dialog("close") firse dialogclose event');
+        ok(true, '.dialog("close") fires dialogclose event');
        equals(this, el[0], 'context of event');
    });
    el.dialog('close');