From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 12 10:00:31 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 109CC16A41C for ; Tue, 12 Jul 2005 10:00:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C56DB43D46 for ; Tue, 12 Jul 2005 10:00:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6CA0UES006023 for ; Tue, 12 Jul 2005 10:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6CA0UXW006022; Tue, 12 Jul 2005 10:00:30 GMT (envelope-from gnats) Date: Tue, 12 Jul 2005 10:00:30 GMT Message-Id: <200507121000.j6CA0UXW006022@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mark Starovoytov Cc: Subject: Re: ports/83244: devel/dotconf++: spell corrections X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Starovoytov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 10:00:31 -0000 The following reply was made to PR ports/83244; it has been noted by GNATS. From: Mark Starovoytov To: bug-followup@FreeBSD.org, mark_sf@kikg.ifmo.ru Cc: Mark Linimon Subject: Re: ports/83244: devel/dotconf++: spell corrections Date: Tue, 12 Jul 2005 13:53:30 +0400 (MSD) diff for making changes. === dotconff++files.diff begins === diff -urN files.orig/patch-README files/patch-README --- files.orig/patch-README Thu Jan 1 03:00:00 1970 +++ files/patch-README Thu Jul 7 17:01:54 2005 @@ -0,0 +1,14 @@ +--- README.orig Fri May 16 12:25:35 2003 ++++ README Thu Jul 7 17:01:27 2005 +@@ -80,9 +80,9 @@ + 1. Opening configuration file + * Create configuration document object: + +- DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSETIVE); ++ DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSITIVE); + or +- DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASESENSETIVE); ++ DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASESENSITIVE); + * [OPTIONAL] Set required options + + const char * requiredOptions[] = {"Users", NULL}; diff -urN files.orig/patch-doc-dotconfpp.html files/patch-doc-dotconfpp.html --- files.orig/patch-doc-dotconfpp.html Thu Jan 1 03:00:00 1970 +++ files/patch-doc-dotconfpp.html Thu Jul 7 17:07:24 2005 @@ -0,0 +1,15 @@ +--- doc/dotconfpp.html.orig Fri May 16 12:26:05 2003 ++++ doc/dotconfpp.html Thu Jul 7 17:06:38 2005 +@@ -133,10 +133,10 @@ +
  • Create configuration document object:
    +
    + DOTCONFDocument * conf = +-new DOTCONFDocument(DOTCONFDocument::CASEINSENSETIVE);
    ++new DOTCONFDocument(DOTCONFDocument::CASEINSENSITIVE);
    + or
    +
    DOTCONFDocument +-* conf = new DOTCONFDocument(DOTCONFDocument::CASESENSETIVE);
    ++* conf = new DOTCONFDocument(DOTCONFDocument::CASESENSITIVE);
    +
    +
  • +