git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14351 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-08-27 15:04:44 +00:00
parent adb9dbe354
commit 7e2248c901

View file

@ -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