From 2fadc667626fbbebcffeb464d0308754a2dddef6 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Thu, 15 Jan 2015 23:12:32 +0000 Subject: [PATCH] Correct typo. --- README.md | 2 +- src/package.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63239ba..87fcee5 100644 --- 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. diff --git a/src/package.lisp b/src/package.lisp index b3ff8a4..c9a52b7 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -65,7 +65,7 @@ #:event-pathname/flags #:watch #:unwatch - #:event-availablep + #:event-available-p #:read-event #:next-event -- 1.7.10.4