The branch main has been updated by lwhsu:

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

commit f4e0aec989f990a2792c829966e4af07f7880d81
Author:     Shi-Xin Huang <[email protected]>
AuthorDate: 2024-01-04 04:23:09 +0000
Commit:     Li-Wen Hsu <[email protected]>
CommitDate: 2024-02-13 06:11:07 +0000

    ypldap(8): Fix grammar in ypldap.c
    
    Event:          Advanced UNIX Programming Course (Fall’23) at NTHU.
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/991
---
 usr.sbin/ypldap/ypldap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/ypldap/ypldap.c b/usr.sbin/ypldap/ypldap.c
index ff1965dd6e2c..01b5955aa822 100644
--- a/usr.sbin/ypldap/ypldap.c
+++ b/usr.sbin/ypldap/ypldap.c
@@ -142,7 +142,7 @@ main_start_update(struct env *env)
 
 /*
  * XXX: Currently this function should only be called when updating is
- * finished. A notification should be send to ldapclient that it should stop
+ * finished. A notification should be sent to ldapclient that it should stop
  * sending new pwd/grp entries before it can be called from different places.
  */
 void

Reply via email to