From c96cdd37db6ab5a609f7355cfa15248ad864b183 Mon Sep 17 00:00:00 2001 From: nocheroot Date: Sun, 20 May 2018 11:02:01 -0500 Subject: [PATCH] Fix typos in make.scrbl --- pkgs/racket-doc/scribblings/raco/make.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/raco/make.scrbl b/pkgs/racket-doc/scribblings/raco/make.scrbl index 6b1c9c1945..92b427bd14 100644 --- a/pkgs/racket-doc/scribblings/raco/make.scrbl +++ b/pkgs/racket-doc/scribblings/raco/make.scrbl @@ -301,7 +301,7 @@ structure: @racketblock[ (struct compile-event (timestamp path type) #:prefab) ] -The @racket[timestamp] field is the time at which the event occured in +The @racket[timestamp] field is the time at which the event occurred in milliseconds since the epoch. The @racket[path] field is the path of a file being compiled for which the event is about. The @racket[type] field is a symbol which describes the action the event corresponds to. The currently logged values @@ -600,7 +600,7 @@ parallel compilation. The callback, @racket[handler], is called with the symbol @racket['done] as the @racket[_handler-type] argument for each successfully compiled file, @racket['output] when a successful compilation produces stdout/stderr output, @racket['error] when a -compilation error has occured, or @racket['fatal-error] when a unrecoverable +compilation error has occurred, or @racket['fatal-error] when a unrecoverable error occurs. The other arguments give more information for each status update. The return value is @racket[(void)] if it was successful, or @racket[#f] if there was an error.