The branch main has been updated by gbe:

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

commit fbf0efd02608473021692d377dd567f247a1a85c
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2025-08-17 07:26:53 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2025-08-17 07:26:53 +0000

    services_mkdb(8): Fix a typo in a source code comment
    
    - s/priviledged/privileged/
    
    MFC after:      3 days
---
 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 4a5b6863d92d..c5f950831767 100644
--- a/usr.sbin/services_mkdb/services
+++ b/usr.sbin/services_mkdb/services
@@ -893,7 +893,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