Fixed typo
authorEran Tiktin <eran.t@mce-sys.com>
Sun, 16 Aug 2015 20:20:09 +0000 (23:20 +0300)
committerEran Tiktin <eran.t@mce-sys.com>
Sun, 16 Aug 2015 20:20:09 +0000 (23:20 +0300)
atom/browser/lib/init.coffee

index e61323b..069eed8 100644 (file)
@@ -38,7 +38,7 @@ process.on 'uncaughtException', (error) ->
   # Show error in GUI.
   stack = error.stack ? "#{error.name}: #{error.message}"
   message = "Uncaught Exception:\n#{stack}"
-  require('dialog').showErrorBox 'A JavaScript error occured in the main process', message
+  require('dialog').showErrorBox 'A JavaScript error occurred in the main process', message
 
 # Emit 'exit' event on quit.
 app = require 'app'