freebsd-ports/devel/dotconf++/files/patch-README
Pav Lucistnik 73ce6ff2e8 - Fix typo: SENSETIVE -> SENSITIVE
PR:		ports/83244
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru>
2005-07-13 18:23:36 +00:00

14 lines
730 B
Text

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