Skip to content

Commit

Permalink
Minor spelling corrections. (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberswat committed Sep 15, 2017
1 parent d47345f commit fe18da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/ddevapp/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func (c *Config) Config() error {
return err
}

// Validate ensures the configuraton meets ddev's requirements.
// Validate ensures the configuration meets ddev's requirements.
func (c *Config) Validate() error {
// validate docroot
fullPath := filepath.Join(c.AppRoot, c.Docroot)
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugins/platform/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func determineRouterPorts() []string {
var routerPorts []string
containers, err := dockerutil.GetDockerContainers(false)
if err != nil {
log.Fatal("failed to retreive containers for determining port mappings", err)
log.Fatal("failed to retrieve containers for determining port mappings", err)
}

// loop through all containers with site-name label
Expand Down

0 comments on commit fe18da2

Please sign in to comment.