summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:28 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-25 06:32:08 +0200
commit380d30bf2ee2442eace98126c4a35314b9928330 (patch)
tree99445dd479b4374693487b614295a73555a6c6be /idlc
parent46f76c41ebbacb5ce125a83e48725900a3c37261 (diff)
Fix typo
Change-Id: Ib6a89a7362a63eff8ecbf59653126cf324b5bbf9 Reviewed-on: https://gerrit.libreoffice.org/74672 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index a2b9c645656b..083153c1827a 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -1923,7 +1923,7 @@ singleton_dcl :
}
singleton_dfn
{
- /* this singelton is finished, pop its scope from the stack */
+ /* this singleton is finished, pop its scope from the stack */
idlc()->scopes()->pop();
}
;