Author: rfm
Date: Thu Jun  9 00:22:15 2016
New Revision: 39855

URL: http://svn.gna.org/viewcvs/gnustep?rev=39855&view=rev
Log:
fix typos

Modified:
    libs/ec/trunk/EcAlerter.h
    libs/ec/trunk/EcControl.m

Modified: libs/ec/trunk/EcAlerter.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/EcAlerter.h?rev=39855&r1=39854&r2=39855&view=diff
==============================================================================
--- libs/ec/trunk/EcAlerter.h   (original)
+++ libs/ec/trunk/EcAlerter.h   Thu Jun  9 00:22:15 2016
@@ -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>

Modified: libs/ec/trunk/EcControl.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/EcControl.m?rev=39855&r1=39854&r2=39855&view=diff
==============================================================================
--- libs/ec/trunk/EcControl.m   (original)
+++ libs/ec/trunk/EcControl.m   Thu Jun  9 00:22:15 2016
@@ -2572,11 +2572,12 @@
 }
 
 
-- (Class)_loadClassFromBundle: (NSString*)bundleName
-{
-  NSString *path = nil;
-  Class c = Nil;
-  NSBundle *bundle = nil;
+- (Class) _loadClassFromBundle: (NSString*)bundleName
+{
+  NSString      *path = nil;
+  Class         c = Nil;
+  NSBundle      *bundle = nil;
+
   path = [NSSearchPathForDirectoriesInDomains(NSLibraryDirectory,
     NSLocalDomainMask, YES) lastObject];
   path = [path stringByAppendingPathComponent: @"Bundles"];


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to