aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-11-19 19:04:09 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-11-28 11:45:48 +0000
commit09a5ae5dec010c13ba4cdf7bb9af96268d07de0c (patch)
treef5aacdaabd1b5f3445f8a877082e2fb55f46aaa4
parentfb93bffd8ab5db20049177665275ca6591a8869b (diff)
downloadsrc-09a5ae5dec010c13ba4cdf7bb9af96268d07de0c.tar.gz
src-09a5ae5dec010c13ba4cdf7bb9af96268d07de0c.zip
lpr(1): Fix a typo in a source code comment
-s /debuging/debugging/ (cherry picked from commit 840d72371bdc48be58152c839160c492bef7f1b7)
-rw-r--r--usr.sbin/lpr/common_source/ctlinfo.c2
1 files changed, 1 insertions, 1 deletions
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.
*/