From 5926a618599de74652d43f5747980f5dc2156f9b Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 26 Jan 2008 10:55:40 +0100 Subject: Fix the spelling of `Objective-C' in both code and documentation. darcs-hash:065bdac36eeb490472284101a6d19409d551109b --- Lisp/method-invocation.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Lisp/method-invocation.lisp') diff --git a/Lisp/method-invocation.lisp b/Lisp/method-invocation.lisp index 1ff9c74..02f3002 100644 --- a/Lisp/method-invocation.lisp +++ b/Lisp/method-invocation.lisp @@ -20,11 +20,11 @@ ;;; (@* "Method invocation") (defun invoke (receiver message-start &rest message-components) - "Send a message to an Objective C instance. + "Send a message to an Objective-C instance. ## Arguments and Values: -*receiver* --- an Objective C wrapper object. +*receiver* --- an Objective-C wrapper object. *message-start* --- a **symbol**. @@ -118,11 +118,11 @@ separating parts by hyphens works nicely in all of the `:INVERT`, (defun invoke-by-name (receiver method-name &rest args) - "Send a message to an Objective C object by the name of the method. + "Send a message to an Objective-C object by the name of the method. ## Arguments and Values: -*receiver* --- an Objective C wrapper object. +*receiver* --- an Objective-C wrapper object. *method-name* --- a *selector designator*. -- cgit v1.2.3