Skip to content

Commit

Permalink
Fix typos (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
czxvan authored Jun 18, 2024
1 parent b6bb604 commit 5519ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl/src/events/events_hooks/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Hooks for event managers, especifically these are used to hook before and and `handle_in_client`.
//! Hooks for event managers, especifically these are used to hook before `handle_in_client`.
//! This will allow user to define pre/post-processing code when the event manager receives any message from
//! other clients
use libafl_bolts::ClientId;
Expand Down

0 comments on commit 5519ee7

Please sign in to comment.