typo in error message

This commit is contained in:
Omar Polo 2024-06-12 09:42:37 +00:00
parent 44e5992664
commit 96eaf145cb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}