git: 43c4228c970b - stable/13 - lpr(1): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Nov 2021 11:43:50 UTC
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. */