• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

An Objective-C wrapper for Mac OS X’s FSEvents C API.


Commit MetaInfo

Revisiona9c7e2677b71cab240ee4a8a304902bac69c1497 (tree)
Time2013-05-16 11:37:48
AuthorTomoki Aonuma <uasi@uasi...>
CommiterTomoki Aonuma

Log Message

Fix typo: wheter -> whether.

Change Summary

Incremental Difference

--- a/CDEvents.h
+++ b/CDEvents.h
@@ -73,7 +73,7 @@ extern NSString *const CDEventsEventStreamCreationFailureException;
7373 #define CD_EVENTS_DEFAULT_NOTIFICATION_LATENCY ((NSTimeInterval)3.0)
7474
7575 /**
76- * The default value wheter events from sub directories should be ignored or not.
76+ * The default value whether events from sub directories should be ignored or not.
7777 *
7878 * @since 1.0.0
7979 */
@@ -277,7 +277,7 @@ typedef void (^CDEventsEventBlock)(CDEvents *watcher, CDEvent *event);
277277 onRunLoop:(NSRunLoop *)runLoop;
278278
279279 /**
280- * Returns an <code>CDEvents</code> object initialized with the given URLs to watch, URLs to exclude, wheter events from sub-directories are ignored or not and schedules the watcher on the given run loop.
280+ * Returns an <code>CDEvents</code> object initialized with the given URLs to watch, URLs to exclude, whether events from sub-directories are ignored or not and schedules the watcher on the given run loop.
281281 *
282282 * @param URLs An array of URLs (<code>NSURL</code>) we want to watch.
283283 * @param delegate The delegate object the CDEvents object calls when it recieves an event.
@@ -287,7 +287,7 @@ typedef void (^CDEventsEventBlock)(CDEvents *watcher, CDEvent *event);
287287 * @param ignoreEventsFromSubDirs Wheter events from sub-directories of the watched URLs should be ignored or not.
288288 * @param exludeURLs An array of URLs that we should ignore events from. Pass <code>nil</code> if none should be excluded.
289289 * @param streamCreationFlags The event stream creation flags.
290- * @return An CDEvents object initialized with the given URLs to watch, URLs to exclude, wheter events from sub-directories are ignored or not and run on the given run loop.
290+ * @return An CDEvents object initialized with the given URLs to watch, URLs to exclude, whether events from sub-directories are ignored or not and run on the given run loop.
291291 * @throws NSInvalidArgumentException if the parameter URLs is empty or points to <code>nil</code>.
292292 * @throws NSInvalidArgumentException if <em>delegate</em>is <code>nil</code>.
293293 * @throws CDEventsEventStreamCreationFailureException if we failed to create a event stream.
@@ -375,7 +375,7 @@ ignoreEventsFromSubDirs:(BOOL)ignoreEventsFromSubDirs
375375 onRunLoop:(NSRunLoop *)runLoop;
376376
377377 /**
378- * Returns an <code>CDEvents</code> object initialized with the given URLs to watch, URLs to exclude, wheter events from sub-directories are ignored or not and schedules the watcher on the given run loop.
378+ * Returns an <code>CDEvents</code> object initialized with the given URLs to watch, URLs to exclude, whether events from sub-directories are ignored or not and schedules the watcher on the given run loop.
379379 *
380380 * @param URLs An array of URLs (<code>NSURL</code>) we want to watch.
381381 * @param block The block which the CDEvents object executes when it recieves an event.
@@ -385,7 +385,7 @@ ignoreEventsFromSubDirs:(BOOL)ignoreEventsFromSubDirs
385385 * @param ignoreEventsFromSubDirs Wheter events from sub-directories of the watched URLs should be ignored or not.
386386 * @param exludeURLs An array of URLs that we should ignore events from. Pass <code>nil</code> if none should be excluded.
387387 * @param streamCreationFlags The event stream creation flags.
388- * @return An CDEvents object initialized with the given URLs to watch, URLs to exclude, wheter events from sub-directories are ignored or not and run on the given run loop.
388+ * @return An CDEvents object initialized with the given URLs to watch, URLs to exclude, whether events from sub-directories are ignored or not and run on the given run loop.
389389 * @throws NSInvalidArgumentException if the parameter URLs is empty or points to <code>nil</code>.
390390 * @throws NSInvalidArgumentException if <em>delegate</em>is <code>nil</code>.
391391 * @throws CDEventsEventStreamCreationFailureException if we failed to create a event stream.