From 76705656f80c8cf95ebe743787aa02cdf1d1b9e5 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 31 Oct 2014 08:31:20 +0100 Subject: [PATCH] Typo in 1.3.1 change log Replaced envrionment -> environment Signed-off-by: Sebastiaan van Stijn Upstream-commit: 29965246a735acbdbd9cbb4e54f1d2d9efb120f3 Component: engine --- components/engine/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index f958bbd48c..b9d4370517 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -16,7 +16,7 @@ #### Builder - Fix escaping `$` for environment variables - Fix issue with lowercase `onbuild` Dockerfile instruction -- Restrict envrionment variable expansion to `ENV`, `ADD`, `COPY`, `WORKDIR`, `EXPOSE`, `VOLUME` and `USER` +- Restrict environment variable expansion to `ENV`, `ADD`, `COPY`, `WORKDIR`, `EXPOSE`, `VOLUME` and `USER` ## 1.3.0 (2014-10-14)