Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-signal committed Oct 19, 2023
1 parent 330fb74 commit e26b13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/relay/turn_admin_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -3814,7 +3814,7 @@ void admin_server_rtt_timer_handler(ioa_engine * engine, void * arg) {
TURN_LOG_FUNC(TURN_LOG_LEVEL_ERROR, "fflush /var/tmp/rtt_dump.tmp failed, not relinking (%d)\n", errno);
} else {
if (rename("/var/tmp/rtt_dump.tmp", "/var/tmp/rtt_dump") == -1) {
TURN_LOG_FUNC(TURN_LOG_LEVEL_ERROR, "could not rename rtt dump int /var/tmp/rtt_dump (%d)\n", errno);
TURN_LOG_FUNC(TURN_LOG_LEVEL_ERROR, "could not rename rtt dump into /var/tmp/rtt_dump (%d)\n", errno);
}
}
fclose(rtt_file);
Expand Down

0 comments on commit e26b13a

Please sign in to comment.