fix silly typo

This commit is contained in:
JP Simard
2016-12-08 12:13:11 -08:00
parent 1cbb18a07a
commit cd632bc106
@@ -221,7 +221,7 @@ extension Configuration {
let pathNSString = path as NSString
let configurationSearchPath = pathNSString.appendingPathComponent(Configuration.fileName)
// If a configuration exists and it isn't us, load and merge the gurations
// If a configuration exists and it isn't us, load and merge the configurations
if configurationSearchPath != configurationPath &&
FileManager.default.fileExists(atPath: configurationSearchPath) {
return merge(Configuration(path: configurationSearchPath, rootPath: rootPath,