mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
ypldap(8): Fix a typo in a debug message
- s/unexpect/unexpected/ MFC after: 5 days
This commit is contained in:
parent
66d4a37bc3
commit
843a4ad581
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue