spelling: initialization

This commit is contained in:
Josh Soref
2018-03-11 18:18:37 +00:00
parent 396382b8e1
commit 0ef3e4229b

View File

@@ -209,7 +209,7 @@ type Driver interface {
fingerprint.Fingerprint
// Prestart prepares the task environment and performs expensive
// intialization steps like downloading images.
// initialization steps like downloading images.
//
// CreatedResources may be non-nil even when an error occurs.
Prestart(*ExecContext, *structs.Task) (*PrestartResponse, error)