diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-03-16 16:18:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-03-16 16:18:45 +0100 |
commit | ba2166ab40b58279da2aeb700c23d49515eb640f (patch) | |
tree | ba7e5474733f697d63e87f96b4e92c52c0e498a4 /unoidl | |
parent | 5b71268f33af179c241f2c9d76d69f25e97a05f7 (diff) |
Typo in error message
Change-Id: Ia56a47b46989027588afc291bf8f82299903cdaa
Diffstat (limited to 'unoidl')
-rw-r--r-- | unoidl/source/sourceprovider-parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/sourceprovider-parser.y b/unoidl/source/sourceprovider-parser.y index b558a4ccfc29..529d2045a273 100644 --- a/unoidl/source/sourceprovider-parser.y +++ b/unoidl/source/sourceprovider-parser.y @@ -1699,7 +1699,7 @@ interfaceAttribute: error( @2, yyscanner, ("interface attribute can only be flagged as [attribute," - " optional]")); + " bound, readonly]")); YYERROR; } switch (t.type) { |