aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-06-12 09:42:37 +0000
committerOmar Polo <op@omarpolo.com>2024-06-12 09:42:37 +0000
commit96eaf145cbe5fa345b12f3f442f8b5eebbca9a70 (patch)
tree9d14de6b770b946723a83d41a1cb2495f9d44eeb
parent44e599266481c0c21d757b09ed4561158a12738c (diff)
typo in error message
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index c793b26..b100136 100644
--- a/config.c
+++ b/config.c
@@ -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;
}