idlc/source/parser.y |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 380d30bf2ee2442eace98126c4a35314b9928330
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Fri Jun 14 22:42:28 2019 +0000
Commit:     Julien Nabet <[email protected]>
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 <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

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();
     }
     ;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to