fix typo (#1923)

diff --git a/test/integration_test.dart b/test/integration_test.dart
index e477008..3308cc3 100644
--- a/test/integration_test.dart
+++ b/test/integration_test.dart
@@ -107,7 +107,7 @@
                   ['4 files analyzed, 1 issue found (2 filtered), in']));
           expect(exitCode, 1);
         });
-        test('overrrides', () async {
+        test('overrides', () async {
           await cli
               .run(['test/_data/p2', '-c', 'test/_data/p2/lintconfig2.yaml']);
           expect(collectingOut.trim(),