aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-11-19 14:31:13 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-11-19 14:31:13 +0000
commit843a4ad5814fe4344b245819880d423343b2d5ab (patch)
tree1900641bc74876db8da9992cfa97d05516b100d8
parent66d4a37bc389bf19ebf2210b0fff762baa659c32 (diff)
ypldap(8): Fix a typo in a debug message
- s/unexpect/unexpected/ MFC after: 5 days
-rw-r--r--usr.sbin/ypldap/ldapclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypldap/ldapclient.c b/usr.sbin/ypldap/ldapclient.c
index a246a25a9605..76918de90366 100644
--- a/usr.sbin/ypldap/ldapclient.c
+++ b/usr.sbin/ypldap/ldapclient.c
@@ -317,7 +317,7 @@ client_dispatch_parent(int fd, short events, void *p)
client_configure(env);
break;
default:
- log_debug("client_dispatch_parent: unexpect imsg %d",
+ log_debug("client_dispatch_parent: unexpected imsg %d",
imsg.hdr.type);
break;