Skip to content

Commit

Permalink
typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jun 12, 2024
1 parent 44e5992 commit 96eaf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ config_send_file(struct privsep *ps, enum privsep_procid id, int type,

/* avoid fd rampage */
if (proc_flush_imsg(ps, id, -1) == -1) {
log_warn("%s: proc_fush_imsg", __func__);
log_warn("%s: proc_flush_imsg", __func__);
return -1;
}

Expand Down

0 comments on commit 96eaf14

Please sign in to comment.