spelling: retrieved

This commit is contained in:
Josh Soref
2018-03-11 18:51:40 +00:00
parent bcdf188ca5
commit e4d4b94040

View File

@@ -16,7 +16,7 @@ var (
// createCoordinator allows us to only create a single coordinator
createCoordinator sync.Once
// globalCoordinator is the shared coordinator and should only be retreived
// globalCoordinator is the shared coordinator and should only be retrieved
// using the GetDockerCoordinator() method.
globalCoordinator *dockerCoordinator