summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjucasaca <jucasaca@gmail.com>2023-07-22 17:40:58 +0200
committerAndras Timar <andras.timar@collabora.com>2023-08-02 17:47:53 +0200
commit00ac71208cd65dc7232a7a92e7f475685ea7dfe6 (patch)
tree21c9829a920ec3ff8ea2513e1871b088eab2c8ca
parent21bcc6f9152223b4aedcbafd1f8ee445952c0af9 (diff)
fixing a typo in sqlbison.y
schema_glement_list is not registered, son can't be used. schema_element_list is registered and defined and seems to be the correct Change-Id: I7661532707ce6ddb32b95629192e9ba9847f21df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154766 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Lionel Mamane <lionel@mamane.lu> Tested-by: Lionel Mamane <lionel@mamane.lu> (cherry picked from commit f8a312617838e8626e6e406791ad8d0aac368f23) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155171 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> (cherry picked from commit 930c5dd29995a8711a62b2bd13a3d59833d8470d) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155182 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r--connectivity/source/parse/sqlbison.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y
index 6db0da9a4180..1740d88cbca6 100644
--- a/connectivity/source/parse/sqlbison.y
+++ b/connectivity/source/parse/sqlbison.y
@@ -323,7 +323,7 @@ schema:
opt_schema_element_list:
{$$ = SQL_NEW_RULE;}
- | schema_glement_list
+ | schema_element_list
;
schema_element_list: