Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2025 06:00:57 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1780b0d53712 - stable/14 - ypldap(8): Fix a typo in a debug message
Message-ID:  <6923f499.215e4.41011b4b@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=1780b0d53712184762b01835f5a2cc34db164020

commit 1780b0d53712184762b01835f5a2cc34db164020
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-11-19 14:31:13 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-24 05:59:59 +0000

    ypldap(8): Fix a typo in a debug message
    
    - s/unexpect/unexpected/
    
    (cherry picked from commit 843a4ad5814fe4344b245819880d423343b2d5ab)
---
 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 acd4410d939f..520bbb4d71cf 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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6923f499.215e4.41011b4b>