Fix typo in file name

CfTTestExpecations should be CfTTestExpectations.

Bug: None
Change-Id: I218241f24b9f336fe4abc2b84046c2214d6ce9c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6427221
Reviewed-by: Jonathan Lee <[email protected]>
Reviewed-by: Dirk Pranke <[email protected]>
Commit-Queue: Weizhong Xia <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1442539}
diff --git a/BUILD.gn b/BUILD.gn
index f7307e9..52493c39 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1162,7 +1162,7 @@
     _common_web_test_options += [
       "--additional-expectations",
       "@WrappedPath(" +
-          rebase_path("//third_party/blink/web_tests/CfTTestExpecations",
+          rebase_path("//third_party/blink/web_tests/CfTTestExpectations",
                       root_out_dir) + ")",
     ]
   }
@@ -1516,7 +1516,7 @@
       data += [ "//third_party/blink/web_tests/ASANExpectations" ]
     }
     if (is_chrome_for_testing) {
-      data += [ "//third_party/blink/web_tests/CfTTestExpecations" ]
+      data += [ "//third_party/blink/web_tests/CfTTestExpectations" ]
     }
     if (is_msan) {
       data += [ "//third_party/blink/web_tests/MSANExpectations" ]
@@ -1695,7 +1695,7 @@
       "//third_party/blink/renderer/build/scripts/",
       "//third_party/blink/tools/",
       "//third_party/blink/web_tests/ASANExpectations",
-      "//third_party/blink/web_tests/CfTTestExpecations",
+      "//third_party/blink/web_tests/CfTTestExpectations",
       "//third_party/blink/web_tests/FlagExpectations/",
       "//third_party/blink/web_tests/LeakExpectations",
       "//third_party/blink/web_tests/MSANExpectations",