From 620e7f9306955d15f8adeb079da62e462c751993 Mon Sep 17 00:00:00 2001 From: Emmanuel Maillard Date: Tue, 9 Mar 2010 03:34:57 +0100 Subject: [PATCH] - fix a typo in documentation --- AppKit/CPApplication.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPApplication.j b/AppKit/CPApplication.j index 2f67b076d..fd7bcfc47 100644 --- a/AppKit/CPApplication.j +++ b/AppKit/CPApplication.j @@ -873,7 +873,7 @@ CPRunContinuesResponse = -1002; Checks for a target in the following order:
  1. a responder from the key window
  2. -
  3. a responder frmo the main window
  4. +
  5. a responder from the main window
  6. the CPApplication instance
  7. the application delegate
  8. the document controller