diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-20 21:39:14 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2017-11-21 06:04:52 +0100 |
commit | 0d4cc84ccaedebdcb3303e6c8cdd209d8390c64d (patch) | |
tree | a07a44ae0a0156a5b8bee7c4607c2d35f0ab0111 /idl | |
parent | 30465a05098246342763977beae625dfbb4dd0ea (diff) |
Fix typos
Change-Id: Ifd95ada4477d7d21ffbadd355226f91f2a2371e1
Reviewed-on: https://gerrit.libreoffice.org/45004
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/prj/command.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx index 8f35643db707..50d410819c28 100644 --- a/idl/source/prj/command.cxx +++ b/idl/source/prj/command.cxx @@ -54,7 +54,7 @@ char const * const SyntaxStrings[] = { "\ttype definition:", "\tstruct identifier", "\t'{'", -"\t\t{ type idetifier }", +"\t\t{ type identifier }", "\t'}'", "\t|", "\tenum identifier", |