mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14351 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
35d31cba00
commit
6f683102e7
1 changed files with 2 additions and 2 deletions
|
@ -1222,7 +1222,7 @@ if (0) {
|
|||
|
||||
/**
|
||||
* Cancels any perform operations set up for the specified target
|
||||
* in the current loop, but only if the vaslue of aSelector and argument
|
||||
* in the current loop, but only if the value of aSelector and argument
|
||||
* with which the performs were set up exactly match those supplied.
|
||||
*/
|
||||
+ (void) cancelPreviousPerformRequestsWithTarget: (id)target
|
||||
|
@ -2156,7 +2156,7 @@ if (0) {
|
|||
|
||||
/**
|
||||
* Cancels any perform operations set up for the specified target
|
||||
* in the receiver, but only if the vaslue of aSelector and argument
|
||||
* in the receiver, but only if the value of aSelector and argument
|
||||
* with which the performs were set up exactly match those supplied.
|
||||
*/
|
||||
- (void) cancelPerformSelector: (SEL)aSelector
|
||||
|
|
Loading…
Reference in a new issue