spelling: initialization

This commit is contained in:
Josh Soref 2018-03-11 18:18:37 +00:00
parent bc4320df3a
commit 2a1cf2f216

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)