diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:32:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:32:04 +0100 |
commit | a4285867cdac221f34cffe2e6c1893684fe4c62e (patch) | |
tree | bf9485ddb4a9483d76a6569fad7b5abc1d774929 /idlc | |
parent | 4ed804d92850ceeacedf861865c32bf233d46924 (diff) |
Typo: atribute(s) -> attribute(s)
Change-Id: I5434402e372c4567b2c3f96f5c175618ba3e5cfb
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/test/parser/attribute.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/test/parser/attribute.tests b/idlc/test/parser/attribute.tests index 46f9c1a57262..73b9d348501a 100644 --- a/idlc/test/parser/attribute.tests +++ b/idlc/test/parser/attribute.tests @@ -222,7 +222,7 @@ interface I1 { }; -EXPECT SUCCESS "atribute.tests 28": +EXPECT SUCCESS "attribute.tests 28": exception E1 {}; interface I1 { [attribute, bound] long a { |