Spelling update (#16553)

updated propogating to propagating
This commit is contained in:
Adam Pugh
2023-03-20 03:24:41 -05:00
committed by GitHub
parent 1cfa95ee54
commit cd8615d9ec

View File

@@ -68,7 +68,7 @@ type Capabilities struct {
// RemoteTasks indicates this driver runs tasks on remote systems
// instead of locally. The Nomad client can use this information to
// adjust behavior such as propogating task handles between allocations
// adjust behavior such as propagating task handles between allocations
// to avoid downtime when a client is lost.
RemoteTasks bool
}