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 d6dcc53c0a
commit e4e53872be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
}