mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: fixed some typo (#1373)
This commit is contained in:
@@ -531,7 +531,7 @@ public class MenuBarView: NSView {
|
||||
if let view = self.subviews.first(where: { $0.identifier == NSUserInterfaceItemIdentifier(type.rawValue) }) {
|
||||
view.removeFromSuperview()
|
||||
} else {
|
||||
error("\(type) cound not be removed from the one view bacause not found!")
|
||||
error("\(type) could not be removed from the one view because not found!")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user