summaryrefslogtreecommitdiffstats
path: root/kexi/3rdparty/kexisql3/src/alter.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/3rdparty/kexisql3/src/alter.c')
-rw-r--r--kexi/3rdparty/kexisql3/src/alter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/3rdparty/kexisql3/src/alter.c b/kexi/3rdparty/kexisql3/src/alter.c
index 73c49b1f..72ebd6c7 100644
--- a/kexi/3rdparty/kexisql3/src/alter.c
+++ b/kexi/3rdparty/kexisql3/src/alter.c
@@ -53,7 +53,7 @@ static void renameTableFunc(
/* The principle used to locate the table name in the CREATE TABLE
** statement is that the table name is the first token that is immediatedly
- ** followed by a left tqparenthesis - TK_LP.
+ ** followed by a left parenthesis - TK_LP.
*/
if( zSql ){
do {