From 5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 29 Mar 2014 18:53:49 +0100 Subject: typo: inteface -> interface --- testtools/source/bridgetest/idl/bridgetest.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testtools/source') diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index c7abd5411e62..a11ba28e9036 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -131,7 +131,7 @@ struct ThreeByteStruct byte c; }; /** - * complex types adding string, inteface, any + * complex types adding string, interface, any */ struct TestElement : TestSimple { -- cgit