Skip to content

Commit

Permalink
fix(typo): variable name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omarabid committed Feb 7, 2022
1 parent a6d4dbc commit 0d8caff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timer/kqueue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl Timer {
/// Register an initial expiration event
fn register_initial_expiration(kqueue: i32) -> Result<libc::kevent> {
// Get first event time
let first_time = get_time_range(0)?.until;
let first_fire = get_time_range(0)?.until;

let initial_event = libc::kevent {
ident: 1,
Expand Down

0 comments on commit 0d8caff

Please sign in to comment.