From d081a5404271cb12ab96fa33b64638c129c6a964 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:35:30 +0000 Subject: [PATCH] spelling: output --- CHANGELOG.md | 2 +- command/agent/eval_endpoint_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a227fbb..88149fcf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -725,7 +725,7 @@ IMPROVEMENTS: modified from a known state [[GH-1243](https://github.com/hashicorp/nomad/issues/1243)] * api/client: Add resource usage APIs for retrieving tasks/allocations/host resource usage [[GH-1189](https://github.com/hashicorp/nomad/issues/1189)] - * cli: Faster when displaying large amounts ouptuts [[GH-1362](https://github.com/hashicorp/nomad/issues/1362)] + * cli: Faster when displaying large amounts outputs [[GH-1362](https://github.com/hashicorp/nomad/issues/1362)] * cli: Deprecate `eval-monitor` and introduce `eval-status` [[GH-1206](https://github.com/hashicorp/nomad/issues/1206)] * cli: Unify the `fs` family of commands to be a single command [[GH-1150](https://github.com/hashicorp/nomad/issues/1150)] * cli: Introduce `nomad plan` to dry-run a job through the scheduler and diff --git a/command/agent/eval_endpoint_test.go b/command/agent/eval_endpoint_test.go index c81ff489b..5d1dfd15b 100644 --- a/command/agent/eval_endpoint_test.go +++ b/command/agent/eval_endpoint_test.go @@ -147,7 +147,7 @@ func TestHTTP_EvalAllocations(t *testing.T) { t.Fatalf("missing last contact") } - // Check the ouptput + // Check the output allocs := obj.([]*structs.AllocListStub) if len(allocs) != 2 { t.Fatalf("bad: %#v", allocs)