summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Chlebec <stanislav.chlebec@pantheon.tech>2018-11-08 11:49:11 +0100
committerStanislav Chlebec <stanislav.chlebec@pantheon.tech>2018-11-08 12:02:01 +0100
commitd37dad30898c1e5ee627d16ff63791089175c4a3 (patch)
tree8af0a13d5612926d1fc9007230a7a7137ded9112
parente5c3d310cbd0e749f2d8aec51282d09ca80cdbf7 (diff)
fix typos
Change-Id: I7ddf31cb42b4ff3df61ab8aa6feb299698c58a77 Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
-rw-r--r--onap-dcae-cbs-docker-client/README.md2
-rw-r--r--python-dockering/ChangeLog.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/onap-dcae-cbs-docker-client/README.md b/onap-dcae-cbs-docker-client/README.md
index 81a8ef0..47ec9e4 100644
--- a/onap-dcae-cbs-docker-client/README.md
+++ b/onap-dcae-cbs-docker-client/README.md
@@ -5,7 +5,7 @@ Used for DCAE Dockerized microservices written in Python. Pulls your configurati
# Client Usage
## Development outside of Docker
-To test your raw code without Docker, you will need to set the env variables CONSUL_HOST and HOSTNAME (name of your key to pull from) that are set in DCAEs Docker enviornment.
+To test your raw code without Docker, you will need to set the env variables CONSUL_HOST and HOSTNAME (name of your key to pull from) that are set in DCAEs Docker environment.
1. `CONSUL_HOST` is the hostname only of the Consul instance you are talking to
2. HOSTNAME is the name of your component in Consul
diff --git a/python-dockering/ChangeLog.md b/python-dockering/ChangeLog.md
index b222e5d..d63a413 100644
--- a/python-dockering/ChangeLog.md
+++ b/python-dockering/ChangeLog.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.4.0]
-* Turn off cert verification for https healthchecks. See comments in the the code.
+* Turn off cert verification for https healthchecks. See comments in the code.
## [1.3.0]