[Libreoffice-commits] core.git: idlc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 25 04:32:44 UTC 2019
idlc/source/parser.y | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 380d30bf2ee2442eace98126c4a35314b9928330
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:28 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 25 06:32:08 2019 +0200
Fix typo
Change-Id: Ib6a89a7362a63eff8ecbf59653126cf324b5bbf9
Reviewed-on: https://gerrit.libreoffice.org/74672
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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();
}
;
More information about the Libreoffice-commits
mailing list