Fix typo in comment

This commit is contained in:
Nathan Sobo
2014-10-20 10:05:53 -06:00
parent 362c9c8588
commit 5dd9f9c5ad

View File

@@ -123,7 +123,7 @@ parseCommandLine = ->
devMode = true
resourcePath = args['resource-path']
else
# Set resourcePath based on to specDirectory if running specs on atom core
# Set resourcePath based on the specDirectory if running specs on atom core
if specDirectory?
packageDirectoryPath = path.join(specDirectory, '..')
packageManifestPath = path.join(packageDirectoryPath, 'package.json')