| Index: pkg/typed_mock/lib/typed_mock.dart
|
| diff --git a/pkg/typed_mock/lib/typed_mock.dart b/pkg/typed_mock/lib/typed_mock.dart
|
| index c91854c43a517d19b6f26ffef25045aaac7f2b3c..b16420ed98c8dcfdf41ad5c03f0d120b33370e91 100644
|
| --- a/pkg/typed_mock/lib/typed_mock.dart
|
| +++ b/pkg/typed_mock/lib/typed_mock.dart
|
| @@ -240,7 +240,7 @@ class Verifier {
|
| times(0);
|
| }
|
|
|
| - /// Verifies that there was excatly one martching interaction.
|
| + /// Verifies that there was exactly one matching interaction.
|
| void once() {
|
| times(1);
|
| }
|
|
|