From 09ad572a8676f341c7420daaeb3c8b5c1f102749 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 31 May 2017 10:30:06 +0200 Subject: [PATCH] Fix spelling --- acceptance_tests/tests/README.md | 2 +- c2cwsgiutils_genversion.py | 2 +- docs/monitoring_presentation/index.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acceptance_tests/tests/README.md b/acceptance_tests/tests/README.md index 8acb949f3..a91477d45 100644 --- a/acceptance_tests/tests/README.md +++ b/acceptance_tests/tests/README.md @@ -2,7 +2,7 @@ A sample acceptance test image ============================== This directory is used to build a Docker image that runs acceptance -tests agains the sample application. +tests against the sample application. When a container is run with this image, it will start tests. A typical test session runs like that: diff --git a/c2cwsgiutils_genversion.py b/c2cwsgiutils_genversion.py index 174212b0e..63f0ed4f6 100755 --- a/c2cwsgiutils_genversion.py +++ b/c2cwsgiutils_genversion.py @@ -32,7 +32,7 @@ def _get_packages_version(): name, version = matcher.groups() result[name] = version else: - print("Cannot parse pacakge version: " + comp) + print("Cannot parse package version: " + comp) return result diff --git a/docs/monitoring_presentation/index.html b/docs/monitoring_presentation/index.html index a24870adf..b3b48ec81 100644 --- a/docs/monitoring_presentation/index.html +++ b/docs/monitoring_presentation/index.html @@ -79,7 +79,7 @@ * Several high visibility customer projects * Irregular loads * Continuous deployment could introduce higher loads - * Availablity requirement + * Availability requirement * The current CPU/load level monitoring is not enough (granularity) * Who needs metric? * Sysadmin (sizing, what is broken) @@ -108,7 +108,7 @@ # Structured logging -* CEE allows to stucture the logs using JSON +* CEE allows to structure the logs using JSON * Allows better filtering and analysis downstream * Some project generate more the 1000 logs/seconds