Fix typos.

This commit is contained in:
Brent Simmons
2025-04-28 21:45:23 -07:00
parent f6eecd7e51
commit 86f6d51428
21 changed files with 56 additions and 56 deletions

View File

@@ -47,7 +47,7 @@ final class IconView: UIView {
}
private var isBackgroundSuppressed: Bool {
return iconImage?.isBackgroundSupressed ?? false
return iconImage?.isBackgroundSuppressed ?? false
}
override init(frame: CGRect) {