spelling: invoke

This commit is contained in:
Josh Soref
2018-03-11 18:00:32 +00:00
parent d271707e0b
commit 35fc31ea4b
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ type Worker struct {
evalToken string
// snapshotIndex is the index of the snapshot in which the scheduler was
// first envoked. It is used to mark the SnapshotIndex of evaluations
// first invoked. It is used to mark the SnapshotIndex of evaluations
// Created, Updated or Reblocked.
snapshotIndex uint64
}

View File

@@ -8,7 +8,7 @@ description: >
# Command: plan
The `plan` command can be used to envoke the scheduler in a dry-run mode with
The `plan` command can be used to invoke the scheduler in a dry-run mode with
new jobs or when updating existing jobs to determine what would happen if the
job is submitted. Job files must conform to the [job
specification](/docs/job-specification/index.html) format.