connectivity/source/parse/sqlflex.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 594d77c1805ee8e7e7cbbe0e1051858a59c93012 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Sep 28 20:14:29 2018 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Sep 29 08:35:11 2018 +0200 Fix typo Change-Id: Ibf1f949d19959413792d1a4689bfecacfd4a8170 Reviewed-on: https://gerrit.libreoffice.org/61097 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l index 54f253651447..c14f13351377 100644 --- a/connectivity/source/parse/sqlflex.l +++ b/connectivity/source/parse/sqlflex.l @@ -644,7 +644,7 @@ sal_Int32 gatherName(const sal_Char* text) } /** Read SQL Name literal for predicate check - Valid Names or internatioanl keywords: + Valid Names or international keywords: As we have international keywords, we test first on them */ sal_Int32 gatherNamePre(const sal_Char* text) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
