[Libreoffice-commits] core.git: connectivity/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Sep 29 06:35:31 UTC 2018
connectivity/source/parse/sqlflex.l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 594d77c1805ee8e7e7cbbe0e1051858a59c93012
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Sep 28 20:14:29 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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)
More information about the Libreoffice-commits
mailing list