mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix typos.
This commit is contained in:
@@ -26,14 +26,14 @@ final class IconImage {
|
||||
|
||||
let image: RSImage
|
||||
let isSymbol: Bool
|
||||
let isBackgroundSupressed: Bool
|
||||
let isBackgroundSuppressed: Bool
|
||||
let preferredColor: CGColor?
|
||||
|
||||
init(_ image: RSImage, isSymbol: Bool = false, isBackgroundSupressed: Bool = false, preferredColor: CGColor? = nil) {
|
||||
init(_ image: RSImage, isSymbol: Bool = false, isBackgroundSuppressed: Bool = false, preferredColor: CGColor? = nil) {
|
||||
self.image = image
|
||||
self.isSymbol = isSymbol
|
||||
self.preferredColor = preferredColor
|
||||
self.isBackgroundSupressed = isBackgroundSupressed
|
||||
self.isBackgroundSuppressed = isBackgroundSuppressed
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user