Fixed typo of "Enviornment" to Environment so that greps for the term don't fail.
authorNivedita Singhvi <niveditasinghvi@gmail.com>
Wed, 11 Jan 2017 00:35:51 +0000 (16:35 -0800)
committerZiran Sun <ziran.sun@samsung.com>
Mon, 30 Jan 2017 12:40:38 +0000 (12:40 +0000)
Change-Id: Ie1964490f5a2d613f6079e296e68f9ba6fde2c60
Signed-off-by: Nivedita Singhvi <niveditasinghvi@gmail.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16293
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Mats Wichmann <mats@linux.com>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
build_common/SConscript
resource/csdk/connectivity/build/SConscript
resource/csdk/connectivity/build/android/SConscript
resource/csdk/stack/samples/tizen/SimpleClientServer/SConscript
service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/SConscript
service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/build/SConscript

index 4bad59a..06c6cd8 100644 (file)
@@ -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.                                                  *
 *******************************************************************************
index 372cf85..b8a864c 100644 (file)
@@ -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.                                                  *
 *******************************************************************************
index 654e6f3..6fef07c 100644 (file)
@@ -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=<path to 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.*
 *******************************************************************************
 '''
index 88b8119..637bdbe 100644 (file)
@@ -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.                                                  *
 *******************************************************************************
index 1c9271b..672e20c 100644 (file)
@@ -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.                                                  *
 *******************************************************************************
index 76a902b..77bd237 100644 (file)
@@ -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.                                                  *
 *******************************************************************************