--- 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);