diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:53:49 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:31 +0100 |
commit | 5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd (patch) | |
tree | 77c41dc0fd79491c8b3304c4965f464d2e3a98c9 /testtools | |
parent | 920931529e2b7b11777328e91e2dcf3b7b746c1d (diff) |
typo: inteface -> interface
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/bridgetest/idl/bridgetest.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |