diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-10 15:23:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-10 15:58:05 +0100 |
commit | 65f620c99ae177efdf06993561ac019663ce74fd (patch) | |
tree | 22bdf6d9530fc774965dfec7749393f7f877cc9e /testtools | |
parent | b7c89c53a0769236c67f8802f63eab6e5b94560b (diff) |
Typo: execption -> exception
Change-Id: Ib57e0cc39c27595490e29dec46cc6d33067c34b5
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 a0376ec50134..c7abd5411e62 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -399,7 +399,7 @@ interface XBridgeTest : XBridgeTestBase /** * Throws runtime exception. * check remote bridges handle exceptions during oneway calls properly. - * Note that on client side the execption may fly or not. When it flies, it should + * Note that on client side the exception may fly or not. When it flies, it should * have the proper message and context. ***/ void raiseRuntimeExceptionOneway( [in] string Message, |