| Index: runtime/bin/process_patch.dart
|
| ===================================================================
|
| --- runtime/bin/process_patch.dart (revision 34934)
|
| +++ runtime/bin/process_patch.dart (working copy)
|
| @@ -336,7 +336,7 @@
|
| }
|
| // Reset values which are no longer needed.
|
| _path = null;
|
| - _aguments = null;
|
| + _arguments = null;
|
| _workingDirectory = null;
|
| _environment = null;
|
|
|
| @@ -395,7 +395,7 @@
|
| }
|
| // Reset values which are no longer needed.
|
| _path = null;
|
| - _aguments = null;
|
| + _arguments = null;
|
| _workingDirectory = null;
|
| _environment = null;
|
|
|
|
|