things-manager: sampleapp: fix typo in ConClientApp
authorHauke Mehrtens <hauke.mehrtens@lantiq.com>
Mon, 29 Jun 2015 21:06:44 +0000 (23:06 +0200)
committerUze Choi <uzchoi@samsung.com>
Tue, 30 Jun 2015 05:17:11 +0000 (05:17 +0000)
This should be ConClientApp and not ConClientApp

Change-Id: Ib39ad167674e31e8a1088f4f23e62d213fa4948b
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1444
Reviewed-by: Erich Keane <erich.keane@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jihun Ha <jihun.ha@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/things-manager/sampleapp/linux/configuration/SConscript

index c3332ce..962b7f2 100644 (file)
@@ -57,7 +57,7 @@ conserver = linux_sample_env.Program('con-server', ['ConfigurationCollection.cpp
 conclient = linux_sample_env.Program('con-client', 'con-client.cpp')
 bootstrapserver = linux_sample_env.Program('bootstrapserver', 'bootstrapserver.cpp')
 Alias("ConServerApp", conserver)
-Alias("ConCleintApp", conclient)
+Alias("ConClientApp", conclient)
 Alias("BootstrapServerApp", bootstrapserver)
 env.AppendTarget('ConServerApp')
 env.AppendTarget('ConClientApp')