summaryrefslogtreecommitdiff
path: root/Lisp/method-invocation.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-01-26 10:55:40 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-01-26 10:55:40 +0100
commit5926a618599de74652d43f5747980f5dc2156f9b (patch)
tree31335f11c56f6f1573b8dd3c1b1d6ee5b16e4558 /Lisp/method-invocation.lisp
parent771969e57e0cef63febbcd281ec2ed3e81685463 (diff)
Fix the spelling of `Objective-C' in both code and documentation.
darcs-hash:065bdac36eeb490472284101a6d19409d551109b
Diffstat (limited to 'Lisp/method-invocation.lisp')
-rw-r--r--Lisp/method-invocation.lisp8
1 files changed, 4 insertions, 4 deletions
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*.