mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
15 lines
763 B
HTML
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
|