Fix typo in comment (NSMneu → NSMenu)

This commit is contained in:
Robert Hencke
2012-10-06 13:42:16 -05:00
committed by Allan Odgaard
parent c49f06fd28
commit 1ebe9d9373

View File

@@ -11,7 +11,7 @@ The route of an event seems to be:
- OakMainMenu performKeyEquivalent:
- OakTextView keyDown:
Handling keys in keyDown: (and trusting NSMneu to handle menu items) leads to a
Handling keys in keyDown: (and trusting NSMenu to handle menu items) leads to a
few problems:
- If multiple menu items share key, NSMenu will pick one at random. We can