fix typos

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@39855 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2016-06-08 22:22:15 +00:00
parent f7a7571aa3
commit abdc68f5ac
2 changed files with 7 additions and 6 deletions

View file

@ -398,10 +398,10 @@
* the alarm argument must contain the original alarm details including
* its perceived severity. However, the value returned by [EcAlarm-extra]
* may be used to specify that an event is a clear (the end of the alarm),
* (the value of the field bust be 'Clear').<br />
* (the value of the field must be 'Clear').<br />
* The reminder field counts the number of copies of an alarm previously
* sent to the alerting system, and should be set to -1 if the alert is
* not an alarm, reminder ofr an alarm, or clear of an alarm.<br />
* not an alarm, reminder of an alarm, or clear of an alarm.<br />
* The use of an empty string as an identifier is permitted for events which
* should not be buffered, but which will never be matched by a clear.
* </p>

View file

@ -2572,11 +2572,12 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
}
- (Class)_loadClassFromBundle: (NSString*)bundleName
- (Class) _loadClassFromBundle: (NSString*)bundleName
{
NSString *path = nil;
Class c = Nil;
NSBundle *bundle = nil;
NSString *path = nil;
Class c = Nil;
NSBundle *bundle = nil;
path = [NSSearchPathForDirectoriesInDomains(NSLibraryDirectory,
NSLocalDomainMask, YES) lastObject];
path = [path stringByAppendingPathComponent: @"Bundles"];