Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2021 19:04:19 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 840d72371bdc - main - lpr(1): Fix a typo in a source code comment
Message-ID:  <202111191904.1AJJ4Jhh097104@gitrepo.freebsd.org>

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

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

commit 840d72371bdc48be58152c839160c492bef7f1b7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-19 19:04:09 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-11-19 19:04:09 +0000

    lpr(1): Fix a typo in a source code comment
    
    -s /debuging/debugging/
    
    MFC after:      3 days
---
 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?202111191904.1AJJ4Jhh097104>