From cb33531fc46b227ee02adc38c87b63ac237c0392 Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Mon, 6 May 2013 19:11:50 +0200 Subject: [PATCH] fix typo --- connectivity/source/drivers/mork/MStatement.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectivity/source/drivers/mork/MStatement.cxx b/connectivity/source/drivers/mork/MStatement.cxx index 6ccaf5cd32ea..cdf53f4f6df8 100644 --- a/connectivity/source/drivers/mork/MStatement.cxx +++ b/connectivity/source/drivers/mork/MStatement.cxx @@ -258,7 +258,7 @@ OCommonStatement::StatementType OCommonStatement::parseSql( const OUString& sql else if(!bAdjusted) //Our sql parser does not support a statement like "create table foo" // So we append ("E-mail" varchar) to the last of it to make it work { - return parseSql(sql + OUString( "(""E-mail"" caracter)"),sal_True); + return parseSql(sql + OUString( "(""E-mail"" character)"),sal_True); } getOwnConnection()->throwSQLException( STR_QUERY_TOO_COMPLEX, *this );