From 0e063735987b03c8b22fd188b17c6318b5f0105a Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Tue, 22 Jul 2003 16:32:30 +0000 Subject: [PATCH] Minor doc fix git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17300 72102866-910b-0410-8b05-ffd578937521 --- Source/NSWindow.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 16cedb55b..0ff1fe495 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -2367,7 +2367,7 @@ resetCursorRectsForView(NSView *theView) /** * Miniaturize the receiver ... as long as its style mask includes * NSMiniaturizableWindowMask (and as long as the receiver is not an - * icon or mini window itsself). Calls -miniaturize to do this.
+ * icon or mini window itsself). Calls -miniaturize: to do this.
* Beeps if the window can't be miniaturised.
* Should ideally provide visual feedback (highlighting the miniaturize * button as if it had been clicked) first ... but that's not yet implemented.