:art: Fix typo: 'arugments'
authorWolfgang <wolfgang42@users.noreply.github.com>
Thu, 16 Jun 2016 17:41:45 +0000 (13:41 -0400)
committerGitHub <noreply@github.com>
Thu, 16 Jun 2016 17:41:45 +0000 (13:41 -0400)
lib/browser/api/auto-updater/squirrel-update-win.js

index 121e942..3ff4820 100644 (file)
@@ -28,7 +28,7 @@ var spawnUpdate = function (args, detached, callback) {
     // Process spawned, different args:   Return with error
     // No process spawned:                Spawn new process
     if (spawnedProcess && !isSameArgs(args)) {
-      return callback('AutoUpdater process with arugments ' + args + ' is already running')
+      return callback('AutoUpdater process with arguments ' + args + ' is already running')
     } else if (!spawnedProcess) {
       spawnedProcess = spawn(updateExe, args, {
         detached: detached