Skip to content

Commit dee73db

Browse files
yzernikhugoduncan
authored andcommitted
fix spelling error in progress message
1 parent 3c2149d commit dee73db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/criterium/core.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ class counts, change in compilation time and result of specified function."
419419
(if (not= old-cl-state new-cl-state)
420420
(progress " classes loaded before" count "iterations"))
421421
(if (not= old-comp-state new-comp-state)
422-
(progress " compilation occured before" count "iterations"))
422+
(progress " compilation occurred before" count "iterations"))
423423
(debug " elapsed" elapsed " count" count)
424424
(if (and (> delta-free 2) (> elapsed warmup-period))
425425
[elapsed count

0 commit comments

Comments
 (0)