summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-08-09 01:38:00 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-08-09 01:38:00 +0100
commitccec2d82e2fda6d764f6cd1a9dd21c4f6285b614 (patch)
tree6a03c263b19891a875efd3a53ac92c033239b1a9 /src
parent3f0f8e6c10e1beb36d335c02692466c8911e4942 (diff)
Fix spelling of local_part_data in docs and debug output
Diffstat (limited to 'src')
-rw-r--r--src/src/routers/rf_queue_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/routers/rf_queue_add.c b/src/src/routers/rf_queue_add.c
index 938eee30a..4dab60dfe 100644
--- a/src/src/routers/rf_queue_add.c
+++ b/src/src/routers/rf_queue_add.c
@@ -98,7 +98,7 @@ DEBUG(D_route)
" errors_to=%s\n",
addr->transport ? addr->transport->name : US"<unset>",
addr->local_part, addr->domain, addr->prop.errors_address);
- debug_printf(" domain_data=%s localpart_data=%s\n", addr->prop.domain_data,
+ debug_printf(" domain_data=%s local_part_data=%s\n", addr->prop.domain_data,
addr->prop.localpart_data);
}