diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-08-05 20:30:29 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-08-05 20:30:29 +0200 |
commit | b30c4b8ce6d1ce2133c9f2edb47d5bf7e99e5544 (patch) | |
tree | 10ef265a9389e393d39bf76a1c6d06715fbbc39f /Lisp | |
parent | c185ae1549bf2f99c42ab9a239bc698e2c0957c7 (diff) |
Fix a typo in the docstring of FIND-OBJC-CLASS.
darcs-hash:ba64b1ed540079b2dc0b11bca75c9433a1b3abbe
Diffstat (limited to 'Lisp')
-rw-r--r-- | Lisp/libobjcl.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lisp/libobjcl.lisp b/Lisp/libobjcl.lisp index 21d0113..82b9a8f 100644 --- a/Lisp/libobjcl.lisp +++ b/Lisp/libobjcl.lisp @@ -78,7 +78,7 @@ If *class-name* is a **symbol** which does not contain a hyphen, its which is left intact, and the resulting **string** used as if directly given as an **argument** to __find-objc-class__. -If *class-name* is a **symbol** which containts a hyphen, its **name** +If *class-name* is a **symbol** which contains a hyphen, its **name** is split into components separated by hyphens and each component converted into a **string** according to the following rules: |