git: 843a4ad5814f - main - ypldap(8): Fix a typo in a debug message

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 19 Nov 2025 14:31:25 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=843a4ad5814fe4344b245819880d423343b2d5ab

commit 843a4ad5814fe4344b245819880d423343b2d5ab
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-11-19 14:31:13 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 14:31:13 +0000

    ypldap(8): Fix a typo in a debug message
    
    - s/unexpect/unexpected/
    
    MFC after:      5 days
---
 usr.sbin/ypldap/ldapclient.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;