From: Wolfgang Date: Thu, 16 Jun 2016 17:41:45 +0000 (-0400) Subject: :art: Fix typo: 'arugments' X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b349c381fa16f497b5ddd7d4f7e53a903a282aae;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git :art: Fix typo: 'arugments' --- diff --git a/lib/browser/api/auto-updater/squirrel-update-win.js b/lib/browser/api/auto-updater/squirrel-update-win.js index 121e942..3ff4820 100644 --- a/lib/browser/api/auto-updater/squirrel-update-win.js +++ b/lib/browser/api/auto-updater/squirrel-update-win.js @@ -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