Index: LayoutTests/fast/dom/custom/document-register-reentrant-throwing-constructor.html |
diff --git a/LayoutTests/fast/dom/custom/document-register-reentrant-throwing-constructor.html b/LayoutTests/fast/dom/custom/document-register-reentrant-throwing-constructor.html |
index 3bc290ed7131ba687d9603cf92ccf390046afb1b..da1e581f15ef3525257672f6521da65ac7ff75e8 100644 |
--- a/LayoutTests/fast/dom/custom/document-register-reentrant-throwing-constructor.html |
+++ b/LayoutTests/fast/dom/custom/document-register-reentrant-throwing-constructor.html |
@@ -7,7 +7,7 @@ |
<body> |
<div id="container"></div> |
<script> |
-description("Fuzzing document.register() through getters. PASS uless crash."); |
+description("Fuzzing document.register() through getters. PASS unless crash."); |
setupObjectHooks({ |
prototypeGet: function() { throw "Error"; }, |