summaryrefslogtreecommitdiff
path: root/include/sql_state.h
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2004-06-12 14:37:41 -0500
committerunknown <paul@teton.kitebird.com>2004-06-12 14:37:41 -0500
commite1917c88f68d428fd5128495499b16886bf14c0d (patch)
treec23ff720061db6d108b0d33262dcd29bc36c2661 /include/sql_state.h
parentb67706b131b94fea221e459337191b446554bd8f (diff)
downloadmariadb-git-e1917c88f68d428fd5128495499b16886bf14c0d.tar.gz
sql_state.h:
Fix couple of typos. include/sql_state.h: Fix couple of typos.
Diffstat (limited to 'include/sql_state.h')
-rw-r--r--include/sql_state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sql_state.h b/include/sql_state.h
index 5c4b1c50745..52a359405e1 100644
--- a/include/sql_state.h
+++ b/include/sql_state.h
@@ -23,10 +23,10 @@
the second column is the ODBC state (which the 4.1 server sends out by
default) and the last is the state used by the JDBC driver.
If the last column is "" then it means that the JDBC driver is using the
- ODBC state
+ ODBC state.
- The errors in this file is sorted in the same order as in mysqld_error.h
- to allow on to do binary searches for the sqlstate.
+ The errors in this file are sorted in the same order as in mysqld_error.h
+ to allow one to do binary searches for the sqlstate.
*/
ER_DUP_KEY, "23000", "",