From 151cd1c466050e48f6f804301abe0c4c4b3e1c06 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Fri, 29 Mar 2013 01:26:57 +0100 Subject: [PATCH] Fix spelling. --- inotify.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inotify.lisp b/inotify.lisp index 4340719..ee4435b 100644 --- a/inotify.lisp +++ b/inotify.lisp @@ -102,13 +102,13 @@ thus should be used only with WATCH-RAW)." (flags inotify1-flag)) (defsyscall inotify-add-watch :int - "Watches a path on a event queue." + "Watches a path on an event queue." (fd :int) (pathname :string) (mask inotify-flag)) (defsyscall inotify-rm-watch :int - "Removes a watched path from a event queue." + "Removes a watched path from an event queue." (fd :int) (wd :int)) -- 1.7.10.4