From: Nivedita Singhvi Date: Wed, 11 Jan 2017 00:35:51 +0000 (-0800) Subject: Fixed typo of "Enviornment" to Environment so that greps for the term don't fail. X-Git-Tag: 1.3.0~746 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f83471b5541736e031b30b3c62409d74e1bdb90;p=platform%2Fupstream%2Fiotivity.git Fixed typo of "Enviornment" to Environment so that greps for the term don't fail. Change-Id: Ie1964490f5a2d613f6079e296e68f9ba6fde2c60 Signed-off-by: Nivedita Singhvi Reviewed-on: https://gerrit.iotivity.org/gerrit/16293 Reviewed-by: Phil Coval Tested-by: jenkins-iotivity Reviewed-by: Mats Wichmann Reviewed-by: Ziran Sun --- diff --git a/build_common/SConscript b/build_common/SConscript index 4bad59a..06c6cd8 100644 --- a/build_common/SConscript +++ b/build_common/SConscript @@ -169,7 +169,7 @@ Help(help_vars.GenerateHelpText(env)) tc_set_msg = ''' ************************************ Warning ********************************** -* Enviornment variable TC_PREFIX/TC_PATH is set. It will change the default * +* Environment variable TC_PREFIX/TC_PATH is set. It will change the default * * toolchain, if it isn't what you expect you should unset it, otherwise it may* * cause inexplicable errors. * ******************************************************************************* diff --git a/resource/csdk/connectivity/build/SConscript b/resource/csdk/connectivity/build/SConscript index 372cf85..b8a864c 100644 --- a/resource/csdk/connectivity/build/SConscript +++ b/resource/csdk/connectivity/build/SConscript @@ -102,7 +102,7 @@ env.AppendUnique(CPPDEFINES = ['-D__OIC_DEVICE_NAME__=' + "\'\"" + device_name + tc_set_msg = ''' ************************************ Warning ********************************** -* Enviornment variable TC_PREFIX/TC_PATH is set. It will change the default * +* Environment variable TC_PREFIX/TC_PATH is set. It will change the default * * toolchain, if it isn't what you expect you should unset it, otherwise it may* * cause inexplicable errors. * ******************************************************************************* diff --git a/resource/csdk/connectivity/build/android/SConscript b/resource/csdk/connectivity/build/android/SConscript index 654e6f3..6fef07c 100644 --- a/resource/csdk/connectivity/build/android/SConscript +++ b/resource/csdk/connectivity/build/android/SConscript @@ -16,7 +16,7 @@ android_ndk = env.get('ANDROID_NDK') if not android_ndk: print ''' *************************************** Error ********************************* -* Android NDK path isn't set, you can set enviornment variable ANDROID_NDK * +* Android NDK path isn't set, you can set environment variable ANDROID_NDK * * or add it in command line as: * * # scons ANDROID_NDK= ... * ******************************************************************************* @@ -73,7 +73,7 @@ if ANDROID_HOME is not None: if ANDROID_HOME is None or not os.path.exists(ANDROID_HOME): print ''' *************************************** Warning ******************************* -* Enviornment variable ANDROID_HOME is not set properly. It should be the * +* Environment variable ANDROID_HOME is not set properly. It should be the * * root directory of android sdk. If you'd like build Java code, it's required.* ******************************************************************************* ''' diff --git a/resource/csdk/stack/samples/tizen/SimpleClientServer/SConscript b/resource/csdk/stack/samples/tizen/SimpleClientServer/SConscript index 88b8119..637bdbe 100644 --- a/resource/csdk/stack/samples/tizen/SimpleClientServer/SConscript +++ b/resource/csdk/stack/samples/tizen/SimpleClientServer/SConscript @@ -82,7 +82,7 @@ Help(help_vars.GenerateHelpText(env)) tc_set_msg = ''' ************************************ Warning ********************************** -* Enviornment variable TC_PREFIX/TC_PATH is set. It will change the default * +* Environment variable TC_PREFIX/TC_PATH is set. It will change the default * * toolchain, if it isn't what you expect you should unset it, otherwise it may* * cause inexplicable errors. * ******************************************************************************* diff --git a/service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/SConscript b/service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/SConscript index 1c9271b..672e20c 100644 --- a/service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/SConscript +++ b/service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/SConscript @@ -100,7 +100,7 @@ Help(help_vars.GenerateHelpText(env)) tc_set_msg = ''' ************************************ Warning ********************************** -* Enviornment variable TC_PREFIX/TC_PATH is set. It will change the default * +* Environment variable TC_PREFIX/TC_PATH is set. It will change the default * * toolchain, if it isn't what you expect you should unset it, otherwise it may* * cause inexplicable errors. * ******************************************************************************* diff --git a/service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/build/SConscript b/service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/build/SConscript index 76a902b..77bd237 100644 --- a/service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/build/SConscript +++ b/service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/build/SConscript @@ -118,7 +118,7 @@ env.AppendUnique(CPPDEFINES = ['-D__OIC_DEVICE_NAME__=' + "\'\"" + device_name + tc_set_msg = ''' ************************************ Warning ********************************** -* Enviornment variable TC_PREFIX/TC_PATH is set. It will change the default * +* Environment variable TC_PREFIX/TC_PATH is set. It will change the default * * toolchain, if it isn't what you expect you should unset it, otherwise it may* * cause inexplicable errors. * *******************************************************************************