The branch stable/14 has been updated by gbe:

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

commit 7f1296b8dab1b177a150dff150cb2585e9f833d7
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2025-08-17 07:26:53 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2025-08-20 06:56:30 +0000

    services_mkdb(8): Fix a typo in a source code comment
    
    - s/priviledged/privileged/
    
    (cherry picked from commit fbf0efd02608473021692d377dd567f247a1a85c)
---
 usr.sbin/services_mkdb/services | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/services_mkdb/services b/usr.sbin/services_mkdb/services
index 799778c3c365..8f066cd24379 100644
--- a/usr.sbin/services_mkdb/services
+++ b/usr.sbin/services_mkdb/services
@@ -896,7 +896,7 @@ biff                512/udp    comsat       #used by mail 
system to notify users
 #                                      processes on the same machine
 login          513/tcp    #remote login a la telnet;
 #                         automatic authentication performed
-#                         based on priviledged port numbers
+#                         based on privileged port numbers
 #                         and distributed data bases which
 #                         identify "authentication domains"
 who            513/udp    whod         #maintains data bases showing who's

Reply via email to