mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
🎨 Fix typo: 'arugments'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user