Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Sep 17, 2024
1 parent fbf68f6 commit 85feedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static void *janus_log_thread(void *ctx) {
janus_log_buffer_free(b);
continue;
}
/* We have somethinh to log */
/* We have something to log */
janus_log_print_buffer(b);
/* Done, get rid of this log line */
janus_log_buffer_free(b);
Expand Down

0 comments on commit 85feedb

Please sign in to comment.