From d37dad30898c1e5ee627d16ff63791089175c4a3 Mon Sep 17 00:00:00 2001 From: Stanislav Chlebec Date: Thu, 8 Nov 2018 11:49:11 +0100 Subject: fix typos Change-Id: I7ddf31cb42b4ff3df61ab8aa6feb299698c58a77 Signed-off-by: Stanislav Chlebec Issue-ID: AAF-582 --- onap-dcae-cbs-docker-client/README.md | 2 +- python-dockering/ChangeLog.md | 2 +- 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] -- cgit 1.2.3-korg