Skip to content

Commit

Permalink
Fix is is typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan McAulay committed Feb 1, 2017
1 parent 5c351d1 commit 4b6b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func AppRoot() string {
}

// ResolvePath returns an absolute path derived from AppRoot and the relative path.
// If the input parameter is is already an absolute path it will be returned immediately.
// If the input parameter is already an absolute path it will be returned immediately.
func ResolvePath(relative string) (string, error) {
if filepath.IsAbs(relative) {
return relative, nil
Expand Down

0 comments on commit 4b6b8ca

Please sign in to comment.