From 594d77c1805ee8e7e7cbbe0e1051858a59c93012 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 28 Sep 2018 20:14:29 +0200 Subject: Fix typo Change-Id: Ibf1f949d19959413792d1a4689bfecacfd4a8170 Reviewed-on: https://gerrit.libreoffice.org/61097 Tested-by: Jenkins Reviewed-by: Julien Nabet --- connectivity/source/parse/sqlflex.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') 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) -- cgit