From 4805f9001e82c7d94eca6a5b4a0cb60ce8f53932 Mon Sep 17 00:00:00 2001 From: Stanislav Chlebec Date: Thu, 8 Nov 2018 11:49:24 +0100 Subject: fix typos Change-Id: I95954edbf2827292a5da500330ba43781cc2cd8d Signed-off-by: Stanislav Chlebec Issue-ID: AAF-582 --- cdap/Changelog.md | 2 +- cdap/README.md | 2 +- docker/ChangeLog.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cdap/Changelog.md b/cdap/Changelog.md index 327ce0e..afd4094 100644 --- a/cdap/Changelog.md +++ b/cdap/Changelog.md @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Integrate with Policy handler. Policy handling for CDAP is done. ## [14.1.0] -* Merge the broker deleter function into here; no need for seperate plugin +* Merge the broker deleter function into here; no need for separate plugin ## [14.0.2] * Start a tox/pytest unit test suite diff --git a/cdap/README.md b/cdap/README.md index 89481e3..b1601a7 100644 --- a/cdap/README.md +++ b/cdap/README.md @@ -66,7 +66,7 @@ For publication, data router does not have the notion of AAF credentials, and th config_key: "mydrconfigkey" ``` -Data router subscription is not supported because there is an impedance mistmatch between DR and CDAP. +Data router subscription is not supported because there is an impedance mismatch between DR and CDAP. CDAP streams expect a POST but DR outputs a PUT. Some future platform capability needs to fill this hole; either something like the AF team's DR Sub or DMD. diff --git a/docker/ChangeLog.md b/docker/ChangeLog.md index e6eb7d1..9ffbc91 100644 --- a/docker/ChangeLog.md +++ b/docker/ChangeLog.md @@ -71,5 +71,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Verify that the container is running and healthy before finishing the start operation * Image names passed in are now required to be the fully tagged names including registry * Remove references to rework in the code namespaces -* Application configuration is now a YAML map to accomodate future blueprint generation +* Application configuration is now a YAML map to accommodate future blueprint generation * Update blueprints and cfyhelper.sh -- cgit 1.2.3-korg