Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2021 11:43:50 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: 43c4228c970b - stable/13 - lpr(1): Fix a typo in a source code comment
Message-ID:  <202111281143.1ASBhonw026317@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit 43c4228c970b07ec1280a0e43783fb12e4296fa7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-19 19:04:09 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-11-28 11:42:53 +0000

    lpr(1): Fix a typo in a source code comment
    
    -s /debuging/debugging/
    
    (cherry picked from commit 840d72371bdc48be58152c839160c492bef7f1b7)
---
 usr.sbin/lpr/common_source/ctlinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/lpr/common_source/ctlinfo.c b/usr.sbin/lpr/common_source/ctlinfo.c
index d1f828e5ed99..15fed7bc32ef 100644
--- a/usr.sbin/lpr/common_source/ctlinfo.c
+++ b/usr.sbin/lpr/common_source/ctlinfo.c
@@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$");
  */
 
 /*
- * Some define's useful for debuging.
+ * Some define's useful for debugging.
  * TRIGGERTEST_FNAME and DEBUGREADCF_FNAME, allow us to do testing on
  * a per-spool-directory basis.
  */



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