diff options
author | paul@ice.snake.net <> | 2003-07-19 23:19:19 -0500 |
---|---|---|
committer | paul@ice.snake.net <> | 2003-07-19 23:19:19 -0500 |
commit | 30eaa657a1cf67c3ab11db7a966998671ab5d0f1 (patch) | |
tree | 5d7bcb2b4d779c124d2f7a3f924b8d6955e0e815 | |
parent | 46813d545d39ff7cd7293f442fdf87ad3db30b7f (diff) | |
download | mariadb-git-30eaa657a1cf67c3ab11db7a966998671ab5d0f1.tar.gz |
errmsg.txt:
fix typo
-rw-r--r-- | sql/share/english/errmsg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt index 57336647f2a..11ae2c89019 100644 --- a/sql/share/english/errmsg.txt +++ b/sql/share/english/errmsg.txt @@ -179,7 +179,7 @@ "You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column", "Key '%-.64s' doesn't exist in table '%-.64s'", "Can't open table", -"The storage enginge for the table doesn't support %s", +"The storage engine for the table doesn't support %s", "You are not allowed to execute this command in a transaction", "Got error %d during COMMIT", "Got error %d during ROLLBACK", |