ypldap(8): Fix a typo in a debug message
- s/unexpect/unexpected/ MFC after: 5 days
This commit is contained in:
@@ -317,7 +317,7 @@ client_dispatch_parent(int fd, short events, void *p)
|
|||||||
client_configure(env);
|
client_configure(env);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
log_debug("client_dispatch_parent: unexpect imsg %d",
|
log_debug("client_dispatch_parent: unexpected imsg %d",
|
||||||
imsg.hdr.type);
|
imsg.hdr.type);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user