typo
authorDominique Hazael-Massieux <dom@w3.org>
Thu, 31 May 2012 21:16:58 +0200
changeset 21 24f82a2fb000
parent 20 bba03e47332c
child 22 0e73e839ec2f
typo
submitted/W3C/unknownkey-option-param.html
--- a/submitted/W3C/unknownkey-option-param.html	Thu May 31 21:16:51 2012 +0200
+++ b/submitted/W3C/unknownkey-option-param.html	Thu May 31 21:16:58 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 unknown key in the options paramter");
+var t = async_test("Tests that getUserMedia raises a NOT_SUPPORTED_ERR exception when used with an unknown key in the options parameter");
 if (window.navigator.getUserMedia) { 
   t.step( function () {
      assert_throws("NOT_SUPPORTED_ERR",