Date: Mon, 13 Feb 2012 22:40:02 -0600 (CST) From: "Conrad J. Sabatier" <conrads@cox.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165125: [patch] ports/Mk/bsd.port.mk misspelling correction Message-ID: <201202140440.q1E4e2Ns042279@serene.no-ip.org> Resent-Message-ID: <201202140450.q1E4o9QM082765@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165125 >Category: ports >Synopsis: [patch] ports/Mk/bsd.port.mk misspelling correction >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 04:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Feb 12 19:15:46 CST 2012 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: Correct some misspellings/grammatical errors in the pretty-print-www-site target >How-To-Repeat: cd <some-port>; make pretty-print-www-site >Fix: patch below --- bsd.port.mk.diff begins here --- Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.705 diff -u -r1.705 bsd.port.mk --- bsd.port.mk 2 Feb 2012 07:21:14 -0000 1.705 +++ bsd.port.mk 14 Feb 2012 04:14:16 -0000 @@ -4445,7 +4445,7 @@ if [ -n "$${www_site}" ]; then \ ${ECHO_MSG} -n " and/or visit the "; \ ${ECHO_MSG} -n "<a href=\"$${www_site}\">web site</a>"; \ - ${ECHO_MSG} " for futher informations"; \ + ${ECHO_MSG} " for further information"; \ fi .endif --- bsd.port.mk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202140440.q1E4e2Ns042279>