spelling: output

This commit is contained in:
Josh Soref
2018-03-11 18:35:30 +00:00
parent 84277e6d6a
commit d081a54042
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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)