git: 840d72371bdc - main - lpr(1): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 19 Nov 2021 19:04:19 UTC
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.
  */