You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2017/08/30 02:01:25 UTC

[incubator-openwhisk-wskdeploy] branch master updated: fix some simple typos (#412)

This is an automated email from the ASF dual-hosted git repository.

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new d13b47e  fix some simple typos (#412)
d13b47e is described below

commit d13b47e7e6a70100529c7bc908efd9b607de99f1
Author: Ying Chun Guo <gu...@cn.ibm.com>
AuthorDate: Wed Aug 30 10:01:23 2017 +0800

    fix some simple typos (#412)
---
 deployers/servicedeployer.go | 2 +-
 parsers/manifest_parser.go   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deployers/servicedeployer.go b/deployers/servicedeployer.go
index d89b12f..efa9f0e 100644
--- a/deployers/servicedeployer.go
+++ b/deployers/servicedeployer.go
@@ -363,7 +363,7 @@ func (deployer *ServiceDeployer) DeployApis() error {
 }
 
 func (deployer *ServiceDeployer) createBinding(packa *whisk.BindingPackage) {
-	log.Print("Deploying package binding" + packa.Name + " ... ")
+	log.Print("Deploying package binding " + packa.Name + " ... ")
 	_, _, err := deployer.Client.Packages.Insert(packa, true)
 	if err != nil {
 		wskErr := err.(*whisk.WskError)
diff --git a/parsers/manifest_parser.go b/parsers/manifest_parser.go
index b79be11..5c869ae 100644
--- a/parsers/manifest_parser.go
+++ b/parsers/manifest_parser.go
@@ -306,7 +306,7 @@ func (dm *YAMLParser) ComposeActions(mani *ManifestYAML, manipath string) (ar []
 			if utils.CheckExistRuntime(action.Runtime, utils.Rts) {
 				wskaction.Exec.Kind = action.Runtime
 			} else {
-				log.Println("the runtime it not supported by Openwhisk platform.")
+				log.Println("the runtime is not supported by Openwhisk platform.")
 			}
 		}
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].