From a55ca59d516409d29e0197c3bdb6e46faea991d0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:35:39 +0000 Subject: [PATCH] spelling: advertise --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 959b213e0..6f99a4a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -494,7 +494,7 @@ BUG FIXES: manifested as slow starts, delayed kills, etc [[GH-2177](https://github.com/hashicorp/nomad/issues/2177)] * client: Fix a panic that would occur with a racy alloc migration cancellation [[GH-2231](https://github.com/hashicorp/nomad/issues/2231)] - * config: Fix merging of Consul options which caused auto_adverise to be + * config: Fix merging of Consul options which caused auto_advertise to be ignored [[GH-2159](https://github.com/hashicorp/nomad/issues/2159)] * driver: Fix image based drivers (eg docker) having host env vars set [[GH-2211](https://github.com/hashicorp/nomad/issues/2211)] * driver/docker: Fix Docker auth/logging interprelation [GH-2063, GH-2130]