diff options
author | Joseph Crail <jbcrail@gmail.com> | 2014-12-01 19:21:19 -0500 |
---|---|---|
committer | Joseph Crail <jbcrail@gmail.com> | 2014-12-11 23:56:29 -0500 |
commit | c254d195ad07d4f815005e405e5e45b7303b07a3 (patch) | |
tree | e6331578b227c2359f5d7c1a5d06276477e74c87 /components/script/dom/bindings/codegen/test/TestCodeGen.webidl | |
parent | 9f8dda7abc5f2dc97f5d90aa24fcc5b596ab6918 (diff) | |
download | servo-c254d195ad07d4f815005e405e5e45b7303b07a3.tar.gz servo-c254d195ad07d4f815005e405e5e45b7303b07a3.zip |
Fix spelling mistakes in comments.
Diffstat (limited to 'components/script/dom/bindings/codegen/test/TestCodeGen.webidl')
-rw-r--r-- | components/script/dom/bindings/codegen/test/TestCodeGen.webidl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/script/dom/bindings/codegen/test/TestCodeGen.webidl b/components/script/dom/bindings/codegen/test/TestCodeGen.webidl index 8c2b3c1b6b4..67c5fdf946b 100644 --- a/components/script/dom/bindings/codegen/test/TestCodeGen.webidl +++ b/components/script/dom/bindings/codegen/test/TestCodeGen.webidl @@ -105,7 +105,7 @@ interface TestInterface { TestInterface? receiveNullableSelf(); TestInterface receiveWeakSelf(); TestInterface? receiveWeakNullableSelf(); - // A verstion to test for casting to TestInterface& + // A version to test for casting to TestInterface& void passSelf(TestInterface arg); // A version we can use to test for the exact type passed in void passSelf2(TestInterface arg); @@ -136,7 +136,7 @@ interface TestInterface { TestNonCastableInterface? receiveNullableOther(); TestNonCastableInterface receiveWeakOther(); TestNonCastableInterface? receiveWeakNullableOther(); - // A verstion to test for casting to TestNonCastableInterface& + // A version to test for casting to TestNonCastableInterface& void passOther(TestNonCastableInterface arg); // A version we can use to test for the exact type passed in void passOther2(TestNonCastableInterface arg); @@ -153,7 +153,7 @@ interface TestInterface { TestExternalInterface? receiveNullableExternal(); TestExternalInterface receiveWeakExternal(); TestExternalInterface? receiveWeakNullableExternal(); - // A verstion to test for casting to TestExternalInterface& + // A version to test for casting to TestExternalInterface& void passExternal(TestExternalInterface arg); // A version we can use to test for the exact type passed in void passExternal2(TestExternalInterface arg); @@ -170,7 +170,7 @@ interface TestInterface { TestCallbackInterface? receiveNullableCallbackInterface(); TestCallbackInterface receiveWeakCallbackInterface(); TestCallbackInterface? receiveWeakNullableCallbackInterface(); - // A verstion to test for casting to TestCallbackInterface& + // A version to test for casting to TestCallbackInterface& void passCallbackInterface(TestCallbackInterface arg); // A version we can use to test for the exact type passed in void passCallbackInterface2(TestCallbackInterface arg); |