mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Spelling fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21962 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
11b4799893
commit
c9c6734169
77 changed files with 3217 additions and 233 deletions
|
@ -763,7 +763,7 @@ _arg_addr(NSInvocation *inv, int index)
|
|||
* Internal use.<br />
|
||||
* Initialises the receiver with a known selector and argument list
|
||||
* as supplied to the forward:: method by the ObjectiveC runtime
|
||||
* when it is unable to locate an implementation for mthe selector
|
||||
* when it is unable to locate an implementation for the selector
|
||||
* in a class.
|
||||
*/
|
||||
- (id) initWithArgframe: (arglist_t)frame selector: (SEL)aSelector
|
||||
|
@ -813,7 +813,7 @@ _arg_addr(NSInvocation *inv, int index)
|
|||
}
|
||||
|
||||
/**
|
||||
* Initialises the reciever with the specified target, selector, and
|
||||
* Initialises the receiver with the specified target, selector, and
|
||||
* a variable number of arguments.
|
||||
*/
|
||||
- (id) initWithTarget: anObject selector: (SEL)aSelector, ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue