Fix typo in `typos.toml` (#29770)

Marshall Bowers created

This PR fixes a typo in `typos.toml`. How ironic.

Release Notes:

- N/A

Change summary

typos.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

typos.toml 🔗

@@ -66,7 +66,7 @@ extend-ignore-re = [
     "Big Sur",
     # Not an actual typo but an intentionally invalid color, in `color_extractor`
     "#fof",
-    # Stropped version of reserved keyword `type`
+    # Stripped version of reserved keyword `type`
     "typ"
 ]
 check-filename = true