ports/devel/dotconf++/files/patch-src-example1.cc
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

11 lines
419 B
C++

--- src/example1/example1.cc.orig Sat Apr 10 15:22:00 2004
+++ src/example1/example1.cc Wed Jul 13 20:20:47 2005
@@ -54,7 +54,7 @@
int main()
{
- DOTCONFDocument *conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSETIVE);
+ DOTCONFDocument *conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSITIVE);
const DOTCONFDocumentNode * node = NULL;
const char * v = NULL;
char * fqdn = NULL;