ypldap(8): Fix a typo in a debug message

- s/unexpect/unexpected/

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2025-11-19 15:31:13 +01:00
parent 66d4a37bc3
commit 843a4ad581

View file

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