ports/devel/dotconf++/files/patch-doc-dotconfpp.html
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

15 lines
763 B
HTML

--- 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 @@
<li>Create configuration document object:<br>
<br style="color: rgb(0, 0, 255);">
<span style="color: rgb(0, 0, 255);">DOTCONFDocument * conf =
-new DOTCONFDocument(DOTCONFDocument::CASEINSENSETIVE);<br>
+new DOTCONFDocument(DOTCONFDocument::CASEINSENSITIVE);<br>
<span style="color: rgb(0, 0, 0);">or<br>
</span></span><span style="color: rgb(0, 0, 255);">DOTCONFDocument
-* conf = new DOTCONFDocument(DOTCONFDocument::CASESENSETIVE);<br>
+* conf = new DOTCONFDocument(DOTCONFDocument::CASESENSITIVE);<br>
<br>
</span></li>
<li><span style="color: rgb(0, 0, 255);"><span