Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2025 06:59:13 GMT
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: 7f1296b8dab1 - stable/14 - services_mkdb(8): Fix a typo in a source code comment
Message-ID:  <202508200659.57K6xD7T023632@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=7f1296b8dab1b177a150dff150cb2585e9f833d7

commit 7f1296b8dab1b177a150dff150cb2585e9f833d7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-17 07:26:53 +0000
Commit:     Gordon Bergling <gbe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508200659.57K6xD7T023632>