typo
authorDominique Hazael-Massieux <dom@w3.org>
Thu, 31 May 2012 21:16:51 +0200
changeset 20 bba03e47332c
parent 19 913318fcd6d1
child 21 24f82a2fb000
typo
submitted/W3C/empty-option-param.html
--- a/submitted/W3C/empty-option-param.html	Thu May 31 21:15:43 2012 +0200
+++ b/submitted/W3C/empty-option-param.html	Thu May 31 21:16:51 2012 +0200
@@ -16,7 +16,7 @@
 <script src=featuredetection.js></script>
 <script src=prefix.js></script>
 <script>
-var t = async_test("Tests that getUserMedia raises a NOT_SUPPORTED_ERR exception when used with an empty options paramter");
+var t = async_test("Tests that getUserMedia raises a NOT_SUPPORTED_ERR exception when used with an empty options parameter");
 if (window.navigator.getUserMedia) { 
   t.step( function () {
      assert_throws("NOT_SUPPORTED_ERR",