📝 Fix comment typos

This commit is contained in:
Kevin Sawicki
2015-02-03 17:02:36 -08:00
parent 63e618cf74
commit 0f2943989f

View File

@@ -77,8 +77,8 @@ setupCoffeeScript = ->
setupAtomHome = ->
return if process.env.ATOM_HOME
# Use install-relative .atom path on Windows when using the installer version
# in a non-default version. This enables an easy portable version.
# Use relative .atom path on Windows when using the installer version
# in a non-default location. This enables an easy portable version.
if process.platform is 'win32'
SquirrelUpdate = require './squirrel-update'
if SquirrelUpdate.existsSync()