| Index: pkg/scheduled_test/lib/scheduled_process.dart
|
| diff --git a/pkg/scheduled_test/lib/scheduled_process.dart b/pkg/scheduled_test/lib/scheduled_process.dart
|
| index c6881157bef25f9b7d91148aa96b0ec484261260..b0ceaa33f6a7a5e535d224db184936f951c050b2 100644
|
| --- a/pkg/scheduled_test/lib/scheduled_process.dart
|
| +++ b/pkg/scheduled_test/lib/scheduled_process.dart
|
| @@ -19,7 +19,7 @@ import 'src/value_future.dart';
|
| /// Before running the test, either [shouldExit] or [kill] must be called on
|
| /// this to ensure that the process terminates when expected. Note that [kill]
|
| /// is using SIGKILL, to ensure the process is killed on Mac OS X (an early
|
| -/// SIGTERM on Mac OS X may be ignore).
|
| +/// SIGTERM on Mac OS X may be ignored).
|
| ///
|
| /// If the test fails, this will automatically print out any stdout and stderr
|
| /// from the process to aid debugging.
|
|
|