diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-12 09:42:37 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-12 09:42:37 +0000 |
commit | 96eaf145cbe5fa345b12f3f442f8b5eebbca9a70 (patch) | |
tree | 9d14de6b770b946723a83d41a1cb2495f9d44eeb | |
parent | 44e599266481c0c21d757b09ed4561158a12738c (diff) |
typo in error message
-rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |