Skip to content

Commit 8dfd4c1

Browse files
committed
Menus and Shortcuts: correct typo for identifier (NFC)
This corrects a typo in the identifier name. The value is meaningless in practical terms as the `ObjectIdentifier` is the identifier (that is, it is used for pointer identity), but it is annoying.
1 parent 9910a13 commit 8dfd4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftWin32/Menus and Shortcuts/Menu.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ extension Menu.Identifier {
159159

160160
/// The Transformations menu.
161161
public static var transformations: Menu.Identifier {
162-
Menu.Identifier(rawValue: "org.compnerd.swift-win32.menu.transoformations")
162+
Menu.Identifier(rawValue: "org.compnerd.swift-win32.menu.transformations")
163163
}
164164

165165
/// The Speech menu.

0 commit comments

Comments
 (0)