Fix type in filesystem docs

This commit is contained in:
Eric Dobson 2018-01-06 14:08:29 -08:00 committed by Matthew Flatt
parent 00d3ec2f9c
commit 452b2a6f92

View File

@ -622,7 +622,7 @@ operating-system error when creating the event (such as a non-existent
file), then the @exnraise[exn:fail:filesystem] or @racket[failure-thunk] file), then the @exnraise[exn:fail:filesystem] or @racket[failure-thunk]
is called. is called.
Creation of a @tech{filesystem change event} alloates resources at the Creation of a @tech{filesystem change event} allocates resources at the
operating-system level. The resources are released at latest when the operating-system level. The resources are released at latest when the
event is sychronized and @tech{ready for synchronization} or when the event is sychronized and @tech{ready for synchronization} or when the
event is canceled with @racket[filesystem-change-evt-cancel]. event is canceled with @racket[filesystem-change-evt-cancel].