Correct typo.
authorOlof-Joachim Frahm <olof@macrolet.net>
Thu, 15 Jan 2015 23:12:32 +0000 (23:12 +0000)
committerOlof-Joachim Frahm <olof@macrolet.net>
Thu, 15 Jan 2015 23:42:23 +0000 (23:42 +0000)
README.md
src/package.lisp

index 63239ba..87fcee5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ rely on that) which can be fed to `UNWATCH` and can be translated from
 events with `EVENT-PATHNAME/FLAGS`.
 
 To finally get the events from the queue, use `READ-EVENT` (which
-blocks) or `NEXT-EVENT` (which doesn't block).  `EVENT-AVAILABLEP` does
+blocks) or `NEXT-EVENT` (which doesn't block).  `EVENT-AVAILABLE-P` does
 what it should do, `NEXT-EVENTS` retrieves all currently available
 events as a list and `DO-EVENTS` (nonblocking) iterates over available
 events.
index b3ff8a4..c9a52b7 100644 (file)
@@ -65,7 +65,7 @@
            #:event-pathname/flags
            #:watch
            #:unwatch
-           #:event-availablep
+           #:event-available-p
            #:read-event
            #:next-event