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);
|
||||
break;
|
||||
default:
|
||||
log_debug("client_dispatch_parent: unexpect imsg %d",
|
||||
log_debug("client_dispatch_parent: unexpected imsg %d",
|
||||
imsg.hdr.type);
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user