[Midnightbsd-cvs] src [10470] trunk/usr.sbin/lpr/pac: fix typo
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jun 6 20:17:50 EDT 2018
Revision: 10470
http://svnweb.midnightbsd.org/src/?rev=10470
Author: laffer1
Date: 2018-06-06 20:17:49 -0400 (Wed, 06 Jun 2018)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/usr.sbin/lpr/pac/Makefile
trunk/usr.sbin/lpr/pac/pac.c
Modified: trunk/usr.sbin/lpr/pac/Makefile
===================================================================
--- trunk/usr.sbin/lpr/pac/Makefile 2018-06-07 00:13:08 UTC (rev 10469)
+++ trunk/usr.sbin/lpr/pac/Makefile 2018-06-07 00:17:49 UTC (rev 10470)
@@ -1,12 +1,13 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD: stable/10/usr.sbin/lpr/pac/Makefile 321275 2017-07-20 01:07:02Z ngie $
# $MidnightBSD$
-.PATH: ${.CURDIR}/../common_source
+.PATH: ${.CURDIR:H}/common_source
PROG= pac
MAN= pac.8
-CFLAGS+= -I${.CURDIR}/../common_source
+CFLAGS+= -I${.CURDIR:H}/common_source
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
Modified: trunk/usr.sbin/lpr/pac/pac.c
===================================================================
--- trunk/usr.sbin/lpr/pac/pac.c 2018-06-07 00:13:08 UTC (rev 10469)
+++ trunk/usr.sbin/lpr/pac/pac.c 2018-06-07 00:17:49 UTC (rev 10470)
@@ -203,7 +203,7 @@
* Read the entire accounting file, accumulating statistics
* for the users that we have in the hash table. If allflag
* is set, then just gather the facts on everyone.
- * Note that we must accomodate both the active and summary file
+ * Note that we must accommodate both the active and summary file
* formats here.
* Host names are ignored if the -m flag is present.
*/
More information about the Midnightbsd-cvs
mailing list