diff options
Diffstat (limited to 'unixODBC')
-rw-r--r-- | unixODBC/inc/odbc/sqltypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unixODBC/inc/odbc/sqltypes.h b/unixODBC/inc/odbc/sqltypes.h index 1b0f9d590555..880050266233 100644 --- a/unixODBC/inc/odbc/sqltypes.h +++ b/unixODBC/inc/odbc/sqltypes.h @@ -84,7 +84,7 @@ typedef char CHAR; /* * NOTE: The Microsoft unicode define is only for apps that want to use TCHARs and * be able to compile for both unicode and non-unicode with the same source. - * This is not recommanded for linux applications and is not supported + * This is not recommended for linux applications and is not supported * by the standard linux string header files. */ #ifdef SQL_WCHART_CONVERT |