summaryrefslogtreecommitdiff
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:48:42 +0200
commit4d08f1a49d277cfd186bca2d39e7d586fd274038 (patch)
treeeb6616b466140e039ce0cbafa41bee3b05503fd2
parent753f5721970805224e8bdfc5b9fdb2611ba9aa34 (diff)
typo: s/recommanded/recommended/
Change-Id: I4a22f856b993ef09556fcf921aa1f01be322cd4b
-rw-r--r--android/sdremote/res/values/strings.xml2
-rw-r--r--unixODBC/inc/odbc/sqltypes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/sdremote/res/values/strings.xml b/android/sdremote/res/values/strings.xml
index 3500aee5d640..324d852ed120 100644
--- a/android/sdremote/res/values/strings.xml
+++ b/android/sdremote/res/values/strings.xml
@@ -53,7 +53,7 @@
<string name="addserver_cancel">Cancel</string>
<string name="reconnect_description1">Your connection has been dropped.</string>
<string name="reconnect_description2">Please try to reconnect</string>
- <string name="wifiAlertMsg">This is still an experimental feature. You need to \"enable experimental features\" in \"Preference\"-\"LibreOffice\"-\"Advanced\" on your computer. \nThe use over Bluetooth is recommanded.</string>
+ <string name="wifiAlertMsg">This is still an experimental feature. You need to \"enable experimental features\" in \"Preference\"-\"LibreOffice\"-\"Advanced\" on your computer. \nThe use over Bluetooth is recommended.</string>
<string-array name="countdown_values">
<item >5:00</item>
<item >10:00</item>
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