| Index: LayoutTests/plugins/return-negative-one-from-write.html
|
| diff --git a/LayoutTests/plugins/return-negative-one-from-write.html b/LayoutTests/plugins/return-negative-one-from-write.html
|
| index 2f9eed1308c3c8a27cdb00588c3e68bef1cfe6e9..4ed0f66a1b0400975e9f26f7281e76de512db467 100644
|
| --- a/LayoutTests/plugins/return-negative-one-from-write.html
|
| +++ b/LayoutTests/plugins/return-negative-one-from-write.html
|
| @@ -44,7 +44,7 @@
|
| id="plugin">
|
| </body>
|
| <script>
|
| - description("This tests that NPP_DestroyStream is called with NPRES_NETWORK_ERR not called if a plug-in returns -1 its NPP_Write callback.");
|
| + description("This tests that NPP_DestroyStream is called with NPRES_NETWORK_ERR not called if a plugin returns -1 its NPP_Write callback.");
|
|
|
| var plugin = document.getElementById("plugin");
|
|
|
|
|