summaryrefslogtreecommitdiff
path: root/unixODBC
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-05-25 13:48:42 +0200
committerAndras Timar <atimar@suse.com>2013-05-25 13:50:29 +0200
commit324fc2c7a50e443ce8c9d6e9f4b9ca5c5417b509 (patch)
tree07d20643bda68e38678c5fc3269323413689be74 /unixODBC
parent5e2d59e4b910631c802d5c7c42b7411e5a8b8db6 (diff)
typo: s/recommanded/recommended/
Change-Id: I4a22f856b993ef09556fcf921aa1f01be322cd4b
Diffstat (limited to 'unixODBC')
-rw-r--r--unixODBC/inc/odbc/sqltypes.h2
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