Kaydet (Commit) c892c60a authored tarafından Julien Nabet's avatar Julien Nabet

Typos

Change-Id: Ic6cf922c9a4feb4b80ee376d269266b2fc24ae6d
üst 231791b6
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#endif #endif
/* /*
* if thi sis set, then use a 4 byte unicode definition, insteead of the 2 bye that MS use * if this is set, then use a 4 byte unicode definition, instead of the 2 bytes that MS uses
*/ */
#ifdef SQL_WCHART_CONVERT #ifdef SQL_WCHART_CONVERT
...@@ -145,7 +145,7 @@ typedef double SQLFLOAT; ...@@ -145,7 +145,7 @@ typedef double SQLFLOAT;
/* /*
* Hopefully by now it should be safe to assume most drivers know about SQLLEN now * Hopefully by now it should be safe to assume most drivers know about SQLLEN now
* and the defaukt is now sizeof( SQLLEN ) = 8 on 64 bit platforms * and the default is now sizeof( SQLLEN ) = 8 on 64 bit platforms
* *
*/ */
...@@ -157,7 +157,7 @@ typedef unsigned int SQLUINTEGER; ...@@ -157,7 +157,7 @@ typedef unsigned int SQLUINTEGER;
#define SQLULEN SQLUINTEGER #define SQLULEN SQLUINTEGER
#define SQLSETPOSIROW SQLUSMALLINT #define SQLSETPOSIROW SQLUSMALLINT
/* /*
* These are not supprted on 64bit ODBC according to MS, removed, so use at your peril * These are not supported on 64bit ODBC according to MS, removed, so use at your peril
* *
typedef SQLULEN SQLROWCOUNT; typedef SQLULEN SQLROWCOUNT;
typedef SQLULEN SQLROWSETSIZE; typedef SQLULEN SQLROWSETSIZE;
...@@ -171,7 +171,7 @@ typedef long SQLLEN; ...@@ -171,7 +171,7 @@ typedef long SQLLEN;
typedef unsigned long SQLULEN; typedef unsigned long SQLULEN;
typedef unsigned long SQLSETPOSIROW; typedef unsigned long SQLSETPOSIROW;
/* /*
* These are not supprted on 64bit ODBC according to MS, removed, so use at your peril * These are not supported on 64bit ODBC according to MS, removed, so use at your peril
* *
typedef SQLULEN SQLTRANSID; typedef SQLULEN SQLTRANSID;
typedef SQLULEN SQLROWCOUNT; typedef SQLULEN SQLROWCOUNT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment