| Index: runtime/bin/process_patch.dart
|
| diff --git a/runtime/bin/process_patch.dart b/runtime/bin/process_patch.dart
|
| index d18933d0f1ce040bc2e80cff28ecd6ffd93db03f..21d09b6e33b5e5c44368e8ecf1497c6df14b5262 100644
|
| --- a/runtime/bin/process_patch.dart
|
| +++ b/runtime/bin/process_patch.dart
|
| @@ -33,7 +33,7 @@ patch class Process {
|
| patch class _ProcessUtils {
|
| /* patch */ static _exit(int status) native "Process_Exit";
|
| /* patch */ static _setExitCode(int status) native "Process_SetExitCode";
|
| - /* patch */ static _sleep(int miliseconds) native "Process_Sleep";
|
| + /* patch */ static _sleep(int millis) native "Process_Sleep";
|
| }
|
|
|
|
|
|
|