Skip to content

Commit

Permalink
Fix typo in sf-pcap.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
NanXiao committed Nov 14, 2019
1 parent 3f62080 commit 5c2d046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sf-pcap.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ pcap_check_header(const uint8_t *magic, FILE *fp, u_int precision, char *errbuf,
ps->scale_type = PASS_THROUGH;
} else {
/*
* The file has microoseconds, the user
* The file has microseconds, the user
* wants nanoseconds; scale the
* precision up.
*/
Expand Down

0 comments on commit 5c2d046

Please sign in to comment.