io.monitors.linux: fix typo

db4
Slava Pestov 2010-08-24 23:01:37 -04:00
parent b7182432f3
commit b88b2c9b81
1 changed files with 2 additions and 2 deletions

View File

@ -56,10 +56,10 @@ M: linux (monitor) ( path recursive? mailbox -- monitor )
M: linux-monitor dispose* ( monitor -- )
[ [ wd>> ] [ watches>> ] bi delete-at ]
[
dup inotify>> [
dup inotify>> disposed>> [ drop ] [
[ inotify>> handle>> handle-fd ] [ wd>> ] bi
inotify_rm_watch io-error
] unless-disposed
] if
]
[ call-next-method ]
tri ;