Skip to content

Commit

Permalink
capitalization fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jan 11, 2024
1 parent 1bc36b9 commit 82b8da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Curl/Multi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function remove_handle(multi::Multi, easy::Easy)
done!(multi)
end
end
@lock timer_lock push!(TIMERS, multi.timer)
@lock TIMER_LOCK push!(TIMERS, multi.timer)
end
unpreserve_handle(multi)
end
Expand Down Expand Up @@ -141,7 +141,7 @@ function timer_callback(
do_multi(multi)
end
end
@lock timer_lock push!(TIMERS, multi.timer)
@lock TIMER_LOCK push!(TIMERS, multi.timer)
elseif timeout_ms != -1
@async @error("timer_callback: invalid timeout value", timeout_ms, maxlog=1_000)
return -1
Expand Down

0 comments on commit 82b8da5

Please sign in to comment.