--- 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",