From 73ce6ff2e8e65acbd35f3213866526cf8b0f8cae Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 13 Jul 2005 18:23:36 +0000 Subject: - Fix typo: SENSETIVE -> SENSITIVE PR: ports/83244 Submitted by: Mark Starovoytov --- devel/dotconf++/files/patch-src-example1.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/dotconf++/files/patch-src-example1.cc (limited to 'devel/dotconf++/files/patch-src-example1.cc') diff --git a/devel/dotconf++/files/patch-src-example1.cc b/devel/dotconf++/files/patch-src-example1.cc new file mode 100644 index 000000000000..5428cdd9d9fc --- /dev/null +++ b/devel/dotconf++/files/patch-src-example1.cc @@ -0,0 +1,11 @@ +--- 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; -- cgit v1.2.3