From a921495f117130fa4b1e5bdc2ebd80fe8a6c7b45 Mon Sep 17 00:00:00 2001 From: Halil Kaskavalci Date: Fri, 18 Mar 2016 08:25:23 +0200 Subject: [PATCH] Typo Copy & paste isn't the best practice --- website/source/docs/internals/scheduling.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/internals/scheduling.html.md b/website/source/docs/internals/scheduling.html.md index 2399e9d00..f09f8634f 100644 --- a/website/source/docs/internals/scheduling.html.md +++ b/website/source/docs/internals/scheduling.html.md @@ -29,7 +29,7 @@ spelunking through the source code. There are four primary "nouns" in Nomad; jobs, nodes, allocations, and evaluations. Jobs are submitted by users and represent a _desired state_. A job is a declarative description of tasks to run which are bounded by constraints and require resources. Tasks can be scheduled on -nodes in the cluster runnaing the Nomad client. The mapping of tasks in a job to clients is done +nodes in the cluster running the Nomad client. The mapping of tasks in a job to clients is done using allocations. An allocation is used to declare that a set of tasks in a job should be run on a particular node. Scheduling is the process of determining the appropriate allocations and is done as part of an evaluation.