Correct typo in console warning message

This commit is contained in:
Kevin Sawicki
2013-05-07 15:50:30 -07:00
parent 851febd495
commit 7b2539c4f4

View File

@@ -71,7 +71,7 @@ _.extend atom,
loadPackage: (id, options) ->
if @isPackageDisabled(id)
return console.warn("Tried to load disabled packaged '#{id}'")
return console.warn("Tried to load disabled package '#{id}'")
if path = @resolvePackagePath(id)
return pack if pack = @getLoadedPackage(id)